From 603419f4b43d0c36e3f6bbaf9f4ffc20f316a8aa Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 8 Nov 2025 14:57:42 +0900 Subject: fix(frontend): Fix style of logout button --- frontend/src/App.tsx | 2 +- frontend/src/components/Navigation.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 58b6687..16fad2b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -12,7 +12,7 @@ function App() { return ( - + diff --git a/frontend/src/components/Navigation.tsx b/frontend/src/components/Navigation.tsx index d6e20c9..6ae493f 100644 --- a/frontend/src/components/Navigation.tsx +++ b/frontend/src/components/Navigation.tsx @@ -37,7 +37,7 @@ export function Navigation() { title={`Logout (${user.username})`} > - Logout + Logout )} -- cgit v1.2.3-70-g09d2