CASH-187: More Prettier

This commit is contained in:
Chris Redelinghuys 2025-04-21 13:27:19 -04:00
parent 8faec89124
commit baf7e721ec

View file

@ -1,7 +1,7 @@
const pagePercentageMapper = {
"vehicle": 4,
vehicle: 4,
"vehicle-damage": 16,
"estimate": 28,
estimate: 28,
"service-zip": 32,
"vin-lookup": 32,
"license-plate-lookup": 32,
@ -11,14 +11,14 @@ const pagePercentageMapper = {
"molding-questions": 40,
"vehicle-parts": 40,
"capability-questions": 40,
"quote": 48,
quote: 48,
"insurance-company": 52,
"service-location": 60,
"schedule": 72,
schedule: 72,
"customer-details": 84,
"payment-method": 92,
"payment": 96,
"confirmation": 100,
payment: 96,
confirmation: 100,
};
export const getProgressBarPercentage = (page) => {