From f75e45311ff48d14aa28ae6899a13b26b751c005 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 30 Mar 2021 14:54:22 +0200 Subject: pinned posts on homepage working --- components/navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/navbar.tsx') diff --git a/components/navbar.tsx b/components/navbar.tsx index 9183b3b..9a78eec 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -36,12 +36,12 @@ export default function Navbar(props: { icon={} title="Home" href="/" - classList={["indentLevel0"]}/> + classList={["indentLevel0", "link"]}/> } title="Search for posts" href="/search" - classList={["indentLevel0"]}/> + classList={["indentLevel0", "link"]}/> } -- cgit v1.2.3