bug fix in ios
This commit is contained in:
@@ -301,15 +301,15 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<div className="grid grid-cols-3 gap-5.5 mt-6 px-12">
|
<div className="grid grid-cols-3 gap-5.5 mt-6 px-12">
|
||||||
<div className="place-items-center">
|
<div className="flex flex-col items-center">
|
||||||
<TelegramIcon width={24} height={24} className="mb-1.5 text-primary dark:text-foreground" />
|
<TelegramIcon width={24} height={24} className="mb-1.5 text-primary dark:text-foreground" />
|
||||||
<span className='text-xs2 font-medium'>Telegram</span>
|
<span className='text-xs2 font-medium'>Telegram</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="place-items-center">
|
<div className="flex flex-col items-center">
|
||||||
<Whatsapp size={24} className="mb-1.5 stroke-primary dark:stroke-foreground" />
|
<Whatsapp size={24} className="mb-1.5 stroke-primary dark:stroke-foreground" />
|
||||||
<span className='text-xs2 font-medium'>WhatsApp</span>
|
<span className='text-xs2 font-medium'>WhatsApp</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="place-items-center">
|
<div className="flex flex-col items-center">
|
||||||
<Instagram size={24} className="mb-1.5 stroke-primary dark:stroke-foreground" />
|
<Instagram size={24} className="mb-1.5 stroke-primary dark:stroke-foreground" />
|
||||||
<span className='text-xs2 font-medium'>Instagram</span>
|
<span className='text-xs2 font-medium'>Instagram</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user