diff --git a/src/web/components/Navbar.tsx b/src/web/components/Navbar.tsx index ca3478a..61dd1ef 100644 --- a/src/web/components/Navbar.tsx +++ b/src/web/components/Navbar.tsx @@ -119,37 +119,37 @@ export function Navbar() { )}> {/* Left: Logo */}
Verwalte deine persönlichen Präferenzen im ManagerX Network.
Personalisierung & Metriken
Discord ID: {user?.id}
Globaler Rang
{Math.floor(settings.globalStats.xp).toLocaleString()}
{Math.floor(settings.globalStats.xp).toLocaleString()} Gesamt XP
- {Math.floor(settings.globalStats.xp_needed - settings.globalStats.xp_progress).toLocaleString()} XP LEFT -
{Math.round((settings.globalStats.xp_progress / settings.globalStats.xp_needed) * 100)}%
Mitglied seit
- {settings.globalStats.first_seen ? new Date(settings.globalStats.first_seen).toLocaleDateString('de-DE', { day: '2-digit', month: 'long', year: 'numeric' }) : 'Unbekannt'} +
Dabei seit
+ {settings.globalStats.first_seen ? new Date(settings.globalStats.first_seen).toLocaleDateString('de-DE', { day: '2-digit', month: 'long', year: 'numeric' }) : '---'}
Beste Streak
{settings.globalStats.best_streak || settings.globalStats.daily_streak} Tage
Letzte Aktivität
Heute
© 2026 OPPRO.NET DEVELOPMENT