From e82ce147678dee25acecbb463af01e1c92ca7371 Mon Sep 17 00:00:00 2001 From: imhson Date: Fri, 13 Dec 2024 15:20:04 +0700 Subject: [PATCH] update --- .../pages/event/your-city/assets/dp.svg | 14 +++ src/pages/events/your-city/page.tsx | 101 +++++------------- src/pages/events/your-city/submit/page.tsx | 10 +- 3 files changed, 46 insertions(+), 79 deletions(-) create mode 100644 src/components/pages/event/your-city/assets/dp.svg diff --git a/src/components/pages/event/your-city/assets/dp.svg b/src/components/pages/event/your-city/assets/dp.svg new file mode 100644 index 00000000..7f4a6f16 --- /dev/null +++ b/src/components/pages/event/your-city/assets/dp.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/pages/events/your-city/page.tsx b/src/pages/events/your-city/page.tsx index 6bd52bc5..0177b8ac 100644 --- a/src/pages/events/your-city/page.tsx +++ b/src/pages/events/your-city/page.tsx @@ -4,7 +4,7 @@ import TextField from 'components/Input/TextField' import Logo from 'components/pages/event/your-city/assets/logo.svg' import Mockup2 from 'components/pages/event/your-city/assets/mock.png' import Banner from 'components/pages/event/your-city/assets/banner.png' -import Point from 'components/pages/event/your-city/assets/point.svg' +import Point from 'components/pages/event/your-city/assets/dp.svg' import Calendar from 'components/pages/event/your-city/Calendar' import Modal from 'components/pages/event/your-city/Modal' import Spinner from 'components/Spinner' @@ -201,41 +201,7 @@ function PageContent() {
{t('Total reward')}
- {formatNumber(selectedTopic.total_reward)}{' '} - - - - - - - - - - - - - - + {formatNumber(selectedTopic.total_reward)}
@@ -346,58 +312,39 @@ function PageContent() {
{t('CONTEST RULES')}
+ Punktober: Your City

- 🎨 Event Theme: - Your City -

-

- 📅 Duration: - 31 Days (December 14th - January 13th) -

-

- 🌟 Celebrate Your Creativity: -

-

- Unleash your imagination and showcase the essence of your city! Every day brings a fresh, inspiring topic - tied to the main theme, giving you 31 opportunities to let your art shine. -

-

- 📜Know What’s Coming: + {`Inspired by "Inktober," Punktober is a 31-day artistic journey celebrating creativity and perseverance. + Through each daily topic, participants will bring the concept of "Your City" to life in their unique + artistic styles. It’s your chance to sharpen your skills, develop original IPs, and unlock exciting + rewards. Let’s see your vision of the city!`}

-

- Stay ahead of the game! Each daily topic will be revealed 2 days in advance, giving you time to brainstorm - and perfect your masterpiece. -

-

- 🖌️ Submit & Shine: -

-
diff --git a/src/pages/events/your-city/submit/page.tsx b/src/pages/events/your-city/submit/page.tsx index 35c48bcf..4a33a450 100644 --- a/src/pages/events/your-city/submit/page.tsx +++ b/src/pages/events/your-city/submit/page.tsx @@ -676,8 +676,14 @@ function PageContent() {
{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. '} + + {t('Learn more')} +
)}