Merge branch 'next-logo' into 'next'

Next: fix logo

See merge request soapbox-pub/soapbox-fe!1123
This commit is contained in:
Alex Gleason 2022-03-21 20:41:28 +00:00
commit c6ab95349e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -48,7 +48,7 @@ const Navbar = () => {
>
{logo ? (
<Link key='logo' to='/' data-preview-title-id='column.home' className='flex-shrink-0 flex items-center'>
<img alt='Logo' src={logo} className='h-5 lg:h-6 w-auto lg:min-w-[160px] cursor-pointer' />
<img alt='Logo' src={logo} className='h-5 lg:h-6 w-auto cursor-pointer' />
<span className='hidden'><FormattedMessage id='tabs_bar.home' defaultMessage='Home' /></span>
</Link>
) : (

Binary file not shown.