diff --git a/public/locales/vn/common.json b/public/locales/vn/common.json index 0dea88c8..63a84049 100644 --- a/public/locales/vn/common.json +++ b/public/locales/vn/common.json @@ -281,5 +281,6 @@ "Share on Facebook":"Chia sẻ trên Facebook", "View on Facebook":"Xem trên Facebook", "View on facebook":"Xem trên facebook", - "View on Twitter":"Xem trên Twitter" + "View on Twitter":"Xem trên Twitter", + "A good story is defined by how we tell it":"Câu chuyện tốt do cách ta kể nó" } diff --git a/src/components/pages/event/assets/artist/punkga.jpg b/src/components/pages/event/assets/artist/punkga.jpg new file mode 100644 index 00000000..a3ac70cd Binary files /dev/null and b/src/components/pages/event/assets/artist/punkga.jpg differ diff --git a/src/components/pages/event/wow-yourself/JudgeBoard.tsx b/src/components/pages/event/wow-yourself/JudgeBoard.tsx index 28349a0d..c09ac9d8 100644 --- a/src/components/pages/event/wow-yourself/JudgeBoard.tsx +++ b/src/components/pages/event/wow-yourself/JudgeBoard.tsx @@ -8,28 +8,34 @@ import A4 from '../assets/artist/miroles.jpg' import A5 from '../assets/artist/Phyllocactus.png' import A6 from '../assets/artist/that-long-gia.jpg' import A9 from '../assets/artist/linh-rab-nguyen.jpg' +import A10 from '../assets/artist/punkga.jpg' import { useTranslation } from 'react-i18next' const artistData = [ + { + image: A10, + name: 'Brand Spokesperson Punkga', + des: 'A good story is defined by how we tell it', + }, + { + image: A8, + name: 'Do Dinh Cuong', + des: 'The author is the first reader who needs to be satisfied', + }, { image: A7, name: 'Hoang Trong Thien', des: 'To pursue dreams, go to sleep', }, + { + image: A9, + name: 'Linh Rab Nguyen', + des: 'A wandering comic artist, an urban poor, and occasionally a teacher', + }, { image: A1, name: 'Luong Minh Quang', des: 'Enjoys part-time drawing', }, - { - image: A8, - name: 'Do Dinh Cuong', - des: 'The author is the first reader who needs to be satisfied', - }, - { - image: A2, - name: 'Tuong Pham', - des: 'A storyteller who became an artist because of poor writing skills', - }, { image: A3, name: 'Manh Ho', @@ -45,19 +51,19 @@ const artistData = [ name: 'Phyllocactus', des: 'The most persistent comic artist in Vietnam', }, + { + image: A2, + name: 'Tuong Pham', + des: 'A storyteller who became an artist because of poor writing skills', + }, { image: A6, name: 'That Long Gia', des: 'Living and working to bring beauty to the world', }, - { - image: A9, - name: 'Linh Rab Nguyen', - des: 'A wandering comic artist, an urban poor, and occasionally a teacher', - }, ] export default function JudgeBoard() { - const {t} = useTranslation() + const { t } = useTranslation() return (

{t('Judge board')}

diff --git a/src/pages/wow-yourself/page.tsx b/src/pages/wow-yourself/page.tsx index 1b7c2526..a9a933d7 100644 --- a/src/pages/wow-yourself/page.tsx +++ b/src/pages/wow-yourself/page.tsx @@ -135,7 +135,7 @@ export default function WowYourSelf() {
- +