fix: OS Detection of theme removed.
All checks were successful
Deploy to Staging / Build Images (push) Successful in 4m34s
Deploy to Staging / Deploy to Staging (push) Successful in 37s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 5s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

This commit is contained in:
Eric Gullickson
2026-01-01 10:30:08 -06:00
parent f79fda79b9
commit ffd8ecd1d0
5 changed files with 10 additions and 50 deletions

View File

@@ -424,7 +424,7 @@ export const VehicleForm: React.FC<VehicleFormProps> = ({
<div>
<label className="block text-sm font-medium text-gray-700 dark:text-avus mb-1">
VIN or License Plate <span className="text-red-500">*</span>
VIN Number <span className="text-red-500">*</span>
</label>
<p className="text-xs text-gray-600 dark:text-titanio mb-2">
Enter vehicle VIN (optional)

View File

@@ -322,7 +322,7 @@ export const VehicleDetailPage: React.FC = () => {
<form className="space-y-4">
<DetailField
label="VIN or License Plate"
label="VIN Number"
value={vehicle.vin || vehicle.licensePlate}
isRequired
/>