Merge pull request #79 from Safelite/feature/HedaerWidgetUpdate
Temporary Header Widget update
This commit is contained in:
commit
fc3638b1ed
1 changed files with 2 additions and 2 deletions
|
|
@ -40,11 +40,11 @@ import { globalEvents } from "@/constants/events";
|
||||||
computed: {
|
computed: {
|
||||||
imageSrc()
|
imageSrc()
|
||||||
{
|
{
|
||||||
return this.getCmsContent(this.cmsWidgetName, "LogoImageURL")
|
return "https://digitalisscms.dev.safelite.io/images/default-source/default-album/logos/insuranceLogo.jpg";
|
||||||
},
|
},
|
||||||
altText()
|
altText()
|
||||||
{
|
{
|
||||||
return this.getCmsContent(this.cmsWidgetName, "AltText")
|
return "Logo";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue