Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Dec 13, 2024
1 parent beba2de commit e82ce14
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 79 deletions.
14 changes: 14 additions & 0 deletions src/components/pages/event/your-city/assets/dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 24 additions & 77 deletions src/pages/events/your-city/page.tsx

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions src/pages/events/your-city/submit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,14 @@ function PageContent() {
<Checkbox checked={field.value} />
<div className='text-sm font-medium'>
{locale == 'en'
? 'I agree to PunkgaMe minting this artwork as an NFT on Access Protocol and distributing it as a reward for subscribers.'
: 'Tôi cho phép PunkgaMe sử dung nội dung này để tạo NFT trên Access Protocol và sử dụng làm phần thưởng cho người đăng ký kênh.'}
? 'I agree to PunkgaMe minting this artwork as an NFT on Access Protocol and distributing it as a reward for subscribers. '
: 'Tôi cho phép PunkgaMe sử dung nội dung này để tạo NFT trên Access Protocol và sử dụng làm phần thưởng cho người đăng ký kênh. '}
<Link
href='https://www.accessprotocol.co/en'
target='_blank'
className='text-feedback-info-link-defaul'>
{t('Learn more')}
</Link>
</div>
</div>
)}
Expand Down

0 comments on commit e82ce14

Please sign in to comment.