Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson authored Jul 11, 2024
1 parent b92d7bc commit 4535594
Showing 1 changed file with 1 addition and 1 deletion.
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 className='flex gap-6 justify-between'>
<div className='flex flex-col gap-1 w-[40%]'>
<div className='text-xs leading-[15px] lg:text-sm lg:leading-[18px]'>{t('Participants')}</div>
<div className='font-semibold lg:text-lg'>222</div>
<div className='font-semibold lg:text-lg'>166</div>
</div>
<div className='w-[1px] h-[43px] bg-[#1C1C1C1A]'></div>
<div className='flex flex-col gap-1 w-[40%]'>
Expand Down

0 comments on commit 4535594

Please sign in to comment.