Merge branch 'improve-logo-alignment' into 'develop'
Improve navbar alignment See merge request soapbox-pub/soapbox!2253
This commit is contained in:
commit
ea075c3799
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ const Navbar = () => {
|
|||
'justify-start': !account,
|
||||
})}
|
||||
>
|
||||
<Link key='logo' to='/' data-preview-title-id='column.home' className='flex shrink-0 items-center'>
|
||||
<Link key='logo' to='/' data-preview-title-id='column.home' className='ml-4 flex shrink-0 items-center'>
|
||||
<SiteLogo alt='Logo' className='h-5 w-auto cursor-pointer' />
|
||||
<span className='hidden'><FormattedMessage id='tabs_bar.home' defaultMessage='Home' /></span>
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue