Fetch frontend_configurations once again, reenable /soapbox/config route
This commit is contained in:
parent
b4d677dfde
commit
4ccbce71e0
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -48,7 +48,7 @@ const Navbar = () => {
|
||||||
>
|
>
|
||||||
{logo ? (
|
{logo ? (
|
||||||
<Link key='logo' to='/' data-preview-title-id='column.home' className='flex-shrink-0 flex items-center'>
|
<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>
|
<span className='hidden'><FormattedMessage id='tabs_bar.home' defaultMessage='Home' /></span>
|
||||||
</Link>
|
</Link>
|
||||||
) : (
|
) : (
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue