diff --git a/frontend/src/pages/garage/Garage.js b/frontend/src/pages/garage/Garage.js index 407c33e..9945c93 100644 --- a/frontend/src/pages/garage/Garage.js +++ b/frontend/src/pages/garage/Garage.js @@ -66,7 +66,7 @@ function Garage(props) { }, [refreshData]); return ( - +

navigate('/garage')} diff --git a/frontend/src/pages/garage/Vehicle.js b/frontend/src/pages/garage/Vehicle.js index 83b4321..0c7a538 100644 --- a/frontend/src/pages/garage/Vehicle.js +++ b/frontend/src/pages/garage/Vehicle.js @@ -141,7 +141,7 @@ function Vehicle(props) { {v.configurations.year} {v.configurations.make} {v.configurations.model} - + diff --git a/frontend/src/pages/maintenance-history/ManualVehicleHistory.js b/frontend/src/pages/maintenance-history/ManualVehicleHistory.js index 9796649..a048ec3 100644 --- a/frontend/src/pages/maintenance-history/ManualVehicleHistory.js +++ b/frontend/src/pages/maintenance-history/ManualVehicleHistory.js @@ -49,7 +49,7 @@ function ManualVehicleHistory(props) { return ( <> - + @@ -106,7 +106,7 @@ function ManualVehicleHistory(props) { - + diff --git a/frontend/src/pages/vehicle/VehicleHistory.js b/frontend/src/pages/vehicle/VehicleHistory.js index dfbd11d..cc0050e 100644 --- a/frontend/src/pages/vehicle/VehicleHistory.js +++ b/frontend/src/pages/vehicle/VehicleHistory.js @@ -151,7 +151,6 @@ function VehicleHistory(props) { configId={configId} buttonVariant="outline-secondary" /> - {/* Adding a span with horizontal padding */} - + diff --git a/frontend/src/pages/vehicle/VehicleInfo.js b/frontend/src/pages/vehicle/VehicleInfo.js index dc8aa5b..abee854 100644 --- a/frontend/src/pages/vehicle/VehicleInfo.js +++ b/frontend/src/pages/vehicle/VehicleInfo.js @@ -188,7 +188,7 @@ function VehicleInfo() { @@ -234,7 +234,7 @@ function VehicleInfo() {