mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Switch back to CRA
This commit is contained in:
@@ -79,6 +79,7 @@ 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