Defect | Change hardcoded value to prod image
Used to be -dev
This commit is contained in:
parent
20482a6c80
commit
ef42c6553a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default {
|
||||||
isActive: false,
|
isActive: false,
|
||||||
HeadlineText: "Where can I find my VIN?",
|
HeadlineText: "Where can I find my VIN?",
|
||||||
BodyText: "<p class='mb-2'>You can find your VIN in a few places:</p> <ol> <li>Driver side windshield</li> <li>Driver side doorjamb</li> <li>Vehicle registration card</li> <li>Auto insurance card or app</li> </ol>",
|
BodyText: "<p class='mb-2'>You can find your VIN in a few places:</p> <ol> <li>Driver side windshield</li> <li>Driver side doorjamb</li> <li>Vehicle registration card</li> <li>Auto insurance card or app</li> </ol>",
|
||||||
OptionalImage: "https://digitalconsumercms-dev.safelite.com/images/default-source/default-album/vin_location.svg?sfvrsn=63a9a2cf_3",
|
OptionalImage: "https://digitalconsumercms.safelite.com/images/default-source/default-album/vin_location.svg?sfvrsn=63a9a2cf_3",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue