diff options
| author | real-zephex <[email protected]> | 2024-05-11 19:34:42 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-11 19:34:42 +0530 |
| commit | 482185a71909123a0152d358c8fb90d427cc1c54 (patch) | |
| tree | 2927b35be66656b3a0e7c895cdb34ad87a88f1f6 /src/app/anime/components | |
| parent | added anime history section (diff) | |
| download | dramalama-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.jsx | 2 |
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> |