diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/navbar.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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={<HomeRoundedIcon/>} title="Home" href="/" - classList={["indentLevel0"]}/> + classList={["indentLevel0", "link"]}/> <NavbarItem active={props.page == "search"} icon={<SearchRoundedIcon/>} title="Search for posts" href="/search" - classList={["indentLevel0"]}/> + classList={["indentLevel0", "link"]}/> </div> } |