aboutsummaryrefslogtreecommitdiff
path: root/pages/index.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-02 14:17:51 +0700
committerFactiven <[email protected]>2023-05-02 14:17:51 +0700
commit5f2f23eeb62c390182334394a4306b0eda287ffa (patch)
tree31792712a12d154af0275f29b65365535f9eafe4 /pages/index.js
parentSwitched CORS domain (diff)
downloadmoopa-5f2f23eeb62c390182334394a4306b0eda287ffa.tar.xz
moopa-5f2f23eeb62c390182334394a4306b0eda287ffa.zip
Update pre - v3.5.4
> UI adjustment on smaller devices
Diffstat (limited to 'pages/index.js')
-rw-r--r--pages/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js
index 6295dee..fcf8288 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -86,9 +86,9 @@ export function Navigasi() {
placeholder="Search Anime"
onKeyDown={handleKeyDown}
/>
- <a href="#" className="search-btn">
+ <div className="search-btn">
<i className="fas fa-search"></i>
- </a>
+ </div>
</div>
</div>
</div>