From 19203aa2b59a8fe57f1b5edfb78ba5c7fbf9b5cd Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:28:36 -0600 Subject: [PATCH] fix: My Vehicles manage button navigates to vehicles page (refs #11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/src/pages/SettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/SettingsPage.tsx b/frontend/src/pages/SettingsPage.tsx index b685ea0..a36f8b3 100644 --- a/frontend/src/pages/SettingsPage.tsx +++ b/frontend/src/pages/SettingsPage.tsx @@ -299,7 +299,7 @@ export const SettingsPage: React.FC = () => { navigate('/garage')} + onClick={() => navigate('/garage/vehicles')} sx={{ backgroundColor: 'primary.main', color: 'primary.contrastText',