Fetch frontend_configurations once again, reenable /soapbox/config route

This commit is contained in:
Alex Gleason 2022-03-21 15:13:33 -05:00
parent b4d677dfde
commit 4ccbce71e0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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.