diff options
| author | Factiven <[email protected]> | 2023-05-02 14:24:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-02 14:24:20 +0700 |
| commit | 467dedc0fb192c360e02d0e67555dc5317e62311 (patch) | |
| tree | fc0a449015a71bbeeef890755be309f48fc99064 /pages/index.js | |
| parent | Update issue templates (diff) | |
| parent | Merge branch 'main' into pre-production (diff) | |
| download | moopa-467dedc0fb192c360e02d0e67555dc5317e62311.tar.xz moopa-467dedc0fb192c360e02d0e67555dc5317e62311.zip | |
Update v3.5.4
> Small UI adjustment
Diffstat (limited to 'pages/index.js')
| -rw-r--r-- | pages/index.js | 4 |
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> |