From 7943337a679ba86393a8aea56dca2b85d70852b7 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 26 Apr 2024 10:37:49 +0530 Subject: fixes: changed the manga.svg to manga.png --- src/app/manga/searchBar.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/app/manga/searchBar.jsx') diff --git a/src/app/manga/searchBar.jsx b/src/app/manga/searchBar.jsx index 763f383..76928c3 100644 --- a/src/app/manga/searchBar.jsx +++ b/src/app/manga/searchBar.jsx @@ -6,8 +6,6 @@ import { useState } from "react"; import { useRouter } from "next/navigation"; import Link from "next/link"; -// This is the search bar for the mangapage. Nothing extraordinary but just an input box and a search icon. Gets the work done. - export default function SearchBar() { const router = useRouter(); @@ -16,11 +14,11 @@ export default function SearchBar() { return (
- + setMangaTitle(e.target.value)} onKeyDown={(event) => { @@ -35,7 +33,7 @@ export default function SearchBar() { }} >
-
+
-- cgit v1.2.3