aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-26 18:55:06 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-26 18:55:06 +0100
commita01b3f2d8fae7fa8aaa9f2c6b3ae86a91dc9b0e3 (patch)
treeba8ad47de952580c1ba3f4196e7c9b248ef7d107 /pages
parent1fafddfd1084753aeb7b6429065e761d708809bb (diff)
navbar item hover style
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index e76b666..1d9f474 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -13,8 +13,8 @@ export default function Home() {
</div>
<div className="navAreaWrapper">
<div className="sticky">
- <NavbarItem icon={<HomeRoundedIcon/>} title="Home" href="#"/>
- <NavbarItem icon={<SearchRoundedIcon/>} title="Search for posts" href="#"/>
+ <NavbarItem icon={<HomeRoundedIcon/>} title="Home" href="/"/>
+ <NavbarItem icon={<SearchRoundedIcon/>} title="Search for posts" href="/search"/>
</div>
</div>
<div className="contentWrapper">