diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-26 18:55:06 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-26 18:55:06 +0100 |
commit | a01b3f2d8fae7fa8aaa9f2c6b3ae86a91dc9b0e3 (patch) | |
tree | ba8ad47de952580c1ba3f4196e7c9b248ef7d107 /pages/index.tsx | |
parent | 1fafddfd1084753aeb7b6429065e761d708809bb (diff) |
navbar item hover style
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 4 |
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"> |