diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2a09740..882a3a7 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -373,7 +373,7 @@ function BottomNav({ active, setActive, user, onLogout, unreadMsgs=0, hexWarsTur {!isGrpCollapsed && tools.map(t => ( 0) || (t.id==='whiteboard' && whiteboardUnread>0)} + label={t.label} dot={(t.id==='gebietseroberung' && hexWarsTurns>0) || (t.id==='whiteboard' && whiteboardUnread>0) || (t.id==='nachrichten' && unreadMsgs>0)} onClick={() => { setActive(t.id); setAppsOpen(false); }} /> ))}