footer active icon

This commit is contained in:
Martti Malmi 2023-06-21 16:10:42 +03:00
parent c6152df365
commit 0c490d466c

View File

@ -103,9 +103,9 @@ class Footer extends Component<Props, State> {
className={`btn flex flex-grow ${activeRoute === '/post/new' ? 'active' : ''}`}
>
{activeRoute === '/search' ? (
<MagnifyingGlassIcon width={24} />
) : (
<Icons.magnifyingGlassBold width={24} />
) : (
<MagnifyingGlassIcon width={24} />
)}
</a>
<a