aboutsummaryrefslogtreecommitdiff
path: root/pages/index.js
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-05-02 14:24:20 +0700
committerGitHub <[email protected]>2023-05-02 14:24:20 +0700
commit467dedc0fb192c360e02d0e67555dc5317e62311 (patch)
treefc0a449015a71bbeeef890755be309f48fc99064 /pages/index.js
parentUpdate issue templates (diff)
parentMerge branch 'main' into pre-production (diff)
downloadmoopa-467dedc0fb192c360e02d0e67555dc5317e62311.tar.xz
moopa-467dedc0fb192c360e02d0e67555dc5317e62311.zip
Update v3.5.4
> Small UI adjustment
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>