From 370fb50420d711858d23045fa0ae86daa77aef31 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Fri, 25 Jun 2021 01:06:07 +0100 Subject: [PATCH] remove navbar z index --- components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index e4fbb46..5738557 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -4,7 +4,7 @@ import siteConfig from '../config/site.json' const Navbar = () => { return ( -
+

{siteConfig.title}