got to a good point with sighting modal, want to do cleanup
This commit is contained in:
@@ -2,7 +2,6 @@ import Card from "../UI/Card";
|
||||
import CardHeader from "../UI/CardHeader";
|
||||
|
||||
const SessionCard = () => {
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<CardHeader title={"Session"} />
|
||||
@@ -13,12 +12,12 @@ const SessionCard = () => {
|
||||
>
|
||||
Start Session
|
||||
</button>
|
||||
<h2 className="text-white mb-2">Number of cars: </h2>
|
||||
<h2 className="text-white mb-2">Cars without Tax: </h2>
|
||||
<h2 className="text-white mb-2">Cars without MOT: </h2>
|
||||
<h2 className="text-white mb-2">Cars with NPED Cat A: </h2>
|
||||
<h2 className="text-white mb-2">Cars with NPED Cat B: </h2>
|
||||
<h2 className="text-white mb-2">Cars with NPED Cat C: </h2>
|
||||
<h2 className="text-white mb-2">Number of Vehicles: </h2>
|
||||
<h2 className="text-white mb-2">Vehicles without Tax: </h2>
|
||||
<h2 className="text-white mb-2">Vehicles without MOT: </h2>
|
||||
<h2 className="text-white mb-2">Vehicles with NPED Cat A: </h2>
|
||||
<h2 className="text-white mb-2">Vehicles with NPED Cat B: </h2>
|
||||
<h2 className="text-white mb-2">Vehicles with NPED Cat C: </h2>
|
||||
</div>
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user