chore: responsive header (#21115)
This commit is contained in:
@@ -27,10 +27,12 @@ const ExploreNav = ({
|
||||
)}>
|
||||
{
|
||||
activated
|
||||
? <RiPlanetFill className='mr-2 h-4 w-4' />
|
||||
: <RiPlanetLine className='mr-2 h-4 w-4' />
|
||||
? <RiPlanetFill className='h-4 w-4' />
|
||||
: <RiPlanetLine className='h-4 w-4' />
|
||||
}
|
||||
{t('common.menus.explore')}
|
||||
<div className='ml-2 max-[1024px]:hidden'>
|
||||
{t('common.menus.explore')}
|
||||
</div>
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user