Blueprint removed

This commit is contained in:
Infinite
2020-01-11 23:14:20 +01:00
parent e18e67b512
commit 129dcecdef
85 changed files with 1429 additions and 1996 deletions

View File

@@ -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" />