Skip to content

Commit

Permalink
add link to header title
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Dec 9, 2023
1 parent c12dd51 commit 6467938
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion paleo-hurricane-map/src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export default function Layout() {
/>

<Typography variant="h6" color="inherit" noWrap sx={{ flexGrow: 1 }}>
PaleoHurdat
<Link color="#fff" sx={{ textDecoration: "none" }} href="/">
PaleoHurdat
</Link>
</Typography>
<nav>
<Link variant="button" color="#fff" href="/" sx={navLinkSX}>
Expand Down

0 comments on commit 6467938

Please sign in to comment.