I'll update the sign-out popup to use proper UI themes and fix the logout behavior, plus change the dollar symbol back to rupee sign in the dashboard.
I've made the following changes:
text-amber-500 for the warning icon and variant="destructive" for the sign-out button$45,231.89 to ₹45,23,189 with proper Indian number formatting and the rupee iconThe sign-out modal now properly uses the theme colors and will only trigger when you explicitly click the "Sign Out" button, not when navigating or using other UI elements.
I'll fix the analytics page layout collision and update the navigation to redirect to the landing page with dashboard link instead of signup, plus keep the signout button.
I've made the following improvements:
Fixed Analytics Page Layout:
flex-col sm:flex-row and proper spacing to prevent data collisionmin-w-0 and flex-shrink-0 to handle text overflow properlyUpdated Landing Page Navigation:
The analytics page now has proper responsive layout that prevents data collision, and the navigation flow is much cleaner with the landing page serving as the main hub.