mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Style changes
This commit is contained in:
@@ -79,7 +79,6 @@ export const MainNavbar: React.FC = () => {
|
||||
{menuItems.map(i => (
|
||||
<LinkContainer
|
||||
activeClassName="active"
|
||||
exact
|
||||
to={i.href}
|
||||
key={i.href}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user