From 6cbc2b711b076a7dc7c5641a40ccd2bf20097b46 Mon Sep 17 00:00:00 2001 From: Rajveer Singh Date: Wed, 11 Dec 2024 23:34:43 +0530 Subject: [PATCH] Resolved logo and search icon overlap in the navbar on small mobile devices --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 052a855c5..14e7375b5 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -80,7 +80,7 @@ export const Navbar = () => { className="size-10 rounded-full" />

100xDevs