diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-08 14:57:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-08 14:57:42 +0900 |
| commit | 603419f4b43d0c36e3f6bbaf9f4ffc20f316a8aa (patch) | |
| tree | 17c5da86df0180415cb82dd1a244a71963748bc5 /frontend/src/App.tsx | |
| parent | e3fa496d94c268f39374271eabc38344a89d88b2 (diff) | |
| download | feedaka-603419f4b43d0c36e3f6bbaf9f4ffc20f316a8aa.tar.gz feedaka-603419f4b43d0c36e3f6bbaf9f4ffc20f316a8aa.tar.zst feedaka-603419f4b43d0c36e3f6bbaf9f4ffc20f316a8aa.zip | |
fix(frontend): Fix style of logout button
Diffstat (limited to 'frontend/src/App.tsx')
| -rw-r--r-- | frontend/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( <Switch> <Route path="/login" component={Login} /> - <Route path="*"> + <Route> <ProtectedRoute> <Layout> <Switch> |
