mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Blueprint removed
This commit is contained in:
@@ -71,6 +71,7 @@ export const MainNavbar: React.FC = () => {
|
||||
activeClassName="active"
|
||||
exact={true}
|
||||
to={i.href}
|
||||
key={i.href}
|
||||
>
|
||||
<Button variant="secondary">
|
||||
<FontAwesomeIcon icon={i.icon} />
|
||||
@@ -82,7 +83,7 @@ export const MainNavbar: React.FC = () => {
|
||||
<Nav>
|
||||
{newButton}
|
||||
<LinkContainer
|
||||
exact={true}
|
||||
exact={true}
|
||||
to="/settings">
|
||||
<Button variant="secondary">
|
||||
<FontAwesomeIcon icon="cog" />
|
||||
|
||||
Reference in New Issue
Block a user