diff options
| author | Factiven <[email protected]> | 2023-04-17 22:00:15 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 22:00:15 +0700 |
| commit | 828324584faf0590829dcf8ead692d91b953e93f (patch) | |
| tree | 4292ba1fba525c226bab2af0809d409609a2ebfd /components | |
| parent | update 1.0 (diff) | |
| download | moopa-828324584faf0590829dcf8ead692d91b953e93f.tar.xz moopa-828324584faf0590829dcf8ead692d91b953e93f.zip | |
7th fixes
Diffstat (limited to 'components')
| -rw-r--r-- | components/navbar.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/navbar.js b/components/navbar.js index 8dfd9e5..74e67e7 100644 --- a/components/navbar.js +++ b/components/navbar.js @@ -127,7 +127,7 @@ function Navbar(props) { </button> <button className="group flex gap-[1.5px] flex-col items-center "> <div> - <Link href="/search"> + <Link href="/search/anime"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" @@ -145,7 +145,7 @@ function Navbar(props) { </Link> </div> <Link - href="/search" + href="/search/anime" className="font-karla font-bold text-[#8BA0B2] group-hover:text-action" > search @@ -240,7 +240,7 @@ function Navbar(props) { </li> <li> <Link - href="/search" + href="/search/anime" className="p-2 transition-all duration-100 hover:text-orange-600" > search |