diff options
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> |