diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index faf4f50..170daf1 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -225,7 +225,7 @@ function BottomNav({ active, setActive, user, onLogout, updateInfo, onUpdateClic const MI = ({icon, label, onClick, color='#fff'}) => ( );