diff --git a/frontend/components/Navigation.tsx b/frontend/components/Navigation.tsx index d68c69f..2d9d1fe 100644 --- a/frontend/components/Navigation.tsx +++ b/frontend/components/Navigation.tsx @@ -56,7 +56,7 @@ export default function Navigation() { const nav = user ? ( <> - @{user.username} + @{user.name} Settings Log out