Skip to content

Commit

Permalink
Update SignInModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson authored Nov 8, 2024
1 parent 398ed29 commit a3d2698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/SignInModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function SignInModal() {
<>
<div className='flex-1'>
<div className='font-semibold text-[#414141]'>{t('Under maintenance')}</div>
//<ByWallet step={step} />
{/* <ByWallet step={step} /> */}
</div>
<div className='w-[1px] h-[400px] bg-[#F0F0F0] hidden md:block'></div>
<div className='md:hidden flex gap-[18px] items-center w-full'>
Expand Down

0 comments on commit a3d2698

Please sign in to comment.