From f129069cbfcd29f3fd9ba0c8f4ca3b0167489e03 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 26 Mar 2021 23:09:59 +0100 Subject: smol layout fix --- components/navbar.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/navbar.tsx b/components/navbar.tsx index 318d673..cbbd164 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -28,7 +28,17 @@ export default function Navbar(props: { page?: string; }) { return
- } title="Home" href="/"/> - } title="Search for posts" href="/search"/> + } + title="Home" + href="/" + classList={["indentLevel0"]}/> + } + title="Search for posts" + href="/search" + classList={["indentLevel0"]}/>
} -- cgit v1.2.3