From b1750c9618a1155bf0633bef86e4d3ec5b7c12e9 Mon Sep 17 00:00:00 2001 From: Josh Nies <50473759+joshnies@users.noreply.github.com> Date: Thu, 5 Aug 2021 07:42:44 -0400 Subject: [PATCH] use geist dark theme --- components/navbar.tsx | 1 + pages/_app.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/navbar.tsx b/components/navbar.tsx index 881fab3..91c8b1e 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -90,6 +90,7 @@ export default function Navbar(props: { activeRoute?: string }) { alignItems: 'center', width: '100%', marginRight: 40, + listStyle: 'none', }} > diff --git a/pages/_app.tsx b/pages/_app.tsx index fc32165..a4e463d 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -4,7 +4,7 @@ import { GeistProvider, CssBaseline } from '@geist-ui/react'; function MyApp({ Component, pageProps }: AppProps) { return ( - +