Skip to content

Commit

Permalink
update time
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Aug 29, 2024
1 parent d264b34 commit 0d74fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/events/pudgy-asia-tour/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ export default function Pudgy() {
</div>
<div className='text-sm font-semibold flex gap-2.5 mt-1.5 flex-row items-center'>
<div>
<span>{t('Starts at')}:</span> {locale == 'vn' ? '01 Tháng 8 2024' : '01 August 2024'}
<span>{t('Starts at')}:</span> {locale == 'vn' ? '12 Tháng 8 2024' : '12 August 2024'}
</div>
<span className='w-1 h-1 rounded-full bg-[#646464]'></span>
<div>
<span>{t('Ends at')}:</span> {locale == 'vn' ? '04 Tháng 9 2024' : '04 September 2024'}
<span>{t('Ends at')}:</span> {locale == 'vn' ? '01 Tháng 9 2024' : '01 September 2024'}
</div>
</div>
<div className='mt-4 flex gap-4 items-center'>
Expand Down

0 comments on commit 0d74fea

Please sign in to comment.