fix: My Vehicles manage button navigates to vehicles page (refs #11)
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 2m39s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 27s
Deploy to Staging / Verify Staging (pull_request) Successful in 6s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 5s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-01-04 13:28:36 -06:00
parent 4fc5b391e1
commit 19203aa2b5

View File

@@ -299,7 +299,7 @@ export const SettingsPage: React.FC = () => {
<MuiButton
variant="contained"
size="small"
onClick={() => navigate('/garage')}
onClick={() => navigate('/garage/vehicles')}
sx={{
backgroundColor: 'primary.main',
color: 'primary.contrastText',