Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Jun 11, 2024
2 parents 5aec293 + b074e9d commit 79e96a2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
3 changes: 2 additions & 1 deletion public/locales/vn/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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ó"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 22 additions & 16 deletions src/components/pages/event/wow-yourself/JudgeBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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 (
<div className='mt-9 lg:mt-16'>
<h1 className='font-bold lg:text-xl'>{t('Judge board')}</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/wow-yourself/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function WowYourSelf() {
</div>
</div>
</div>
<Link href=''>
<Link href='/campaigns'>
<Image src={locale == 'vn' ? Banner : BannerEn} alt='' className='w-full rounded-2xl overflow-hidden' />
</Link>
</div>
Expand Down

0 comments on commit 79e96a2

Please sign in to comment.