From e00dec5fa7154742405097bb5d21407070eb62c0 Mon Sep 17 00:00:00 2001 From: Yashvardhan Jagnani <60016972+jagnani73@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:05:58 +0530 Subject: [PATCH] Yj-fix/search-debounce (#15) * wip: search on keypress * wip: fix responsiveness * nit --- components/shared/footer.tsx | 2 +- components/shared/navbar.tsx | 157 ++++++++++++++++++++++------------- tailwind.config.ts | 7 +- utils/hooks/index.ts | 1 - utils/hooks/use-debounce.tsx | 22 ----- 5 files changed, 104 insertions(+), 85 deletions(-) delete mode 100644 utils/hooks/index.ts delete mode 100644 utils/hooks/use-debounce.tsx diff --git a/components/shared/footer.tsx b/components/shared/footer.tsx index f19e938..34ae0a6 100644 --- a/components/shared/footer.tsx +++ b/components/shared/footer.tsx @@ -20,7 +20,7 @@ export const Footer: React.FC = () => { ]; return ( -