Skip to content

Commit

Permalink
feat: add stats to footer menu (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored May 28, 2023
1 parent 921e868 commit 9124c9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ export default function Layout(props: LayoutProps) {
];

const footerNavItems = [
{
href: "/stats",
inner: "Stats",
},
{
href: "/blog",
inner: "Blog",
Expand Down

0 comments on commit 9124c9c

Please sign in to comment.