diff options
Diffstat (limited to 'pages/index.js')
| -rw-r--r-- | pages/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js index 83c907b..b97b3a2 100644 --- a/pages/index.js +++ b/pages/index.js @@ -261,7 +261,7 @@ export default function Home({ detail, populars, sessions }) { </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" @@ -279,7 +279,7 @@ export default function Home({ detail, populars, sessions }) { </Link> </div> <Link - href="/search" + href="/search/anime" className="font-karla font-bold text-[#8BA0B2] group-hover:text-action" > search |