Skip to content

Commit

Permalink
Fix link to homepage
Browse files Browse the repository at this point in the history
We do not want to stay in the React app for the archived docs. This allows loading the top page again whereas before you would end up at a blank page with the header and footer of the archived docs.
  • Loading branch information
shakuzen committed Nov 17, 2023
1 parent 72b49b9 commit 2ec68c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyNavbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Nav, Navbar } from "react-bootstrap";
export default function MyNavbar() {
return (
<Navbar collapseOnSelect expand="lg" bg="dark" variant="dark" style={{ borderTop: '8px solid #1ba89c' }} >
<Navbar.Brand as={Link} to="/" >
<Navbar.Brand href="/">
<img src={logo} className="img-fluid" style={{ maxHeight: 80 }} alt="Micrometer" />
</Navbar.Brand>
<Navbar.Toggle aria-controls="responsive-navbar-nav" />
Expand Down

0 comments on commit 2ec68c8

Please sign in to comment.