Homepage Improvements

This commit is contained in:
Eric Gullickson
2025-11-05 11:15:33 -06:00
parent 0c3ed01f4b
commit e4e7e32a4f
10 changed files with 70 additions and 43 deletions

View File

@@ -129,7 +129,7 @@ export const VehicleDetailPage: React.FC = () => {
}, [id]);
const handleBack = () => {
navigate('/vehicles');
navigate('/garage/vehicles');
};
const handleEdit = () => {