From 6c0444f85520485528652bb70e2f98dff596268f Mon Sep 17 00:00:00 2001 From: anshtawari Date: Sun, 22 Mar 2026 20:54:07 +0530 Subject: [PATCH] Update MobileNav.tsx Fix: correct Tailwind class typo (w-fulll ) This PR fixes a typo in a Tailwind CSS class. Removed unnecessary `w-fulll` This ensures the element renders with the intended width. --- components/MobileNav.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/MobileNav.tsx b/components/MobileNav.tsx index 96c9b87..c53e7de 100644 --- a/components/MobileNav.tsx +++ b/components/MobileNav.tsx @@ -20,7 +20,7 @@ const MobileNav = ({ user }: MobileNavProps) => { const pathname = usePathname(); return ( -
+
{ ) } -export default MobileNav \ No newline at end of file +export default MobileNav