aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/components
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-11 19:34:42 +0530
committerreal-zephex <[email protected]>2024-05-11 19:34:42 +0530
commit482185a71909123a0152d358c8fb90d427cc1c54 (patch)
tree2927b35be66656b3a0e7c895cdb34ad87a88f1f6 /src/app/anime/components
parentadded anime history section (diff)
downloaddramalama-482185a71909123a0152d358c8fb90d427cc1c54.tar.xz
dramalama-482185a71909123a0152d358c8fb90d427cc1c54.zip
adjustments to the search bar on the anime page
Diffstat (limited to 'src/app/anime/components')
-rw-r--r--src/app/anime/components/search.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/components/search.jsx b/src/app/anime/components/search.jsx
index f916217..b8b4b53 100644
--- a/src/app/anime/components/search.jsx
+++ b/src/app/anime/components/search.jsx
@@ -41,7 +41,7 @@ const SearcBar = () => {
}}
></input>
</div>
- <Link shallow href={"/"}>
+ <Link shallow href={"/anime/continueWatching"}>
<button className={styles.animeHistoryButton}>
History
</button>