Merge pull request #639 from Safelite/defect/remove-hardcoded-dev-url
Defect | Change hardcoded value to prod image
This commit is contained in:
commit
de7c80aae1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default {
|
|||
isActive: false,
|
||||
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>",
|
||||
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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue