From 35ae4f2f7cb67df8f75636f475d183c162a5dfce Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 18 Mar 2026 18:44:40 -0700 Subject: [PATCH] Add decorative semi-ellipse arc to mobile bottom nav Adds an SVG arc on top of the MobileBottomNav that blends seamlessly with the nav bar, creating a unified curved element. Removes the top border so they feel like one continuous shape. --- src/components/MobileBottomNav.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx index 2ef7d02d..be6fb5b3 100644 --- a/src/components/MobileBottomNav.tsx +++ b/src/components/MobileBottomNav.tsx @@ -39,11 +39,24 @@ export function MobileBottomNav() {