From 50969b29305d75761d6f3b0e803927acdb6185db Mon Sep 17 00:00:00 2001 From: ntuff Date: Mon, 15 Apr 2024 23:38:58 -0230 Subject: [PATCH] Styling improvements --- frontend/src/pages/garage/Garage.js | 2 +- frontend/src/pages/garage/Vehicle.js | 2 +- .../src/pages/maintenance-history/ManualVehicleHistory.js | 4 ++-- frontend/src/pages/vehicle/VehicleHistory.js | 3 +-- frontend/src/pages/vehicle/VehicleInfo.js | 4 ++-- 5 files changed, 7 insertions(+), 8 deletions(-) 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() {