aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/search/page.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/search/page.jsx')
-rw-r--r--src/app/anime/search/page.jsx14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/app/anime/search/page.jsx b/src/app/anime/search/page.jsx
index bf399cf..f543fd8 100644
--- a/src/app/anime/search/page.jsx
+++ b/src/app/anime/search/page.jsx
@@ -33,7 +33,7 @@ export default function Input() {
};
return (
- <div style={{marginBottom: -15}}>
+ <div style={{ marginBottom: -15 }}>
<div className={styles.inputContainer}>
<div className={styles.searchContainer}>
<FaSearch className={styles.searchIcon} />
@@ -48,11 +48,13 @@ export default function Input() {
className={styles.SearchInput}
></input>
</div>
- <button>
- <Link href={"/anime/history/continueWatching"}>
- History
- </Link>
- </button>
+ <div>
+ <button>
+ <Link href={"/anime/history/continueWatching"}>
+ History
+ </Link>
+ </button>
+ </div>
</div>
{loading && (