diff --git a/components/Layout.tsx b/components/Layout.tsx index 3b60ecfd8..1271cd8a7 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -107,6 +107,10 @@ export default function Layout(props: LayoutProps) { ]; const footerNavItems = [ + { + href: "/stats", + inner: "Stats", + }, { href: "/blog", inner: "Blog",