aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
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">