diff --git a/public/favicon.ico b/public/favicon.ico index 0dd4da633..398c90449 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index b8a80e384..edf50a0f4 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/src/assets/img/logo.svg b/src/assets/img/logo.svg index 33c00d936..5892bbdaf 100644 --- a/src/assets/img/logo.svg +++ b/src/assets/img/logo.svg @@ -1,8 +1,6 @@ - + + + \ No newline at end of file diff --git a/src/fmg-components/funnel-header/funnel-header.vue b/src/fmg-components/funnel-header/funnel-header.vue index 24e12d549..8de05c3c1 100644 --- a/src/fmg-components/funnel-header/funnel-header.vue +++ b/src/fmg-components/funnel-header/funnel-header.vue @@ -94,6 +94,7 @@ export default { } .logo-image { - max-width: 78px; + max-width: 114px; + height: auto; } diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 4931b9c61..9c2ce4caf 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -258,8 +258,13 @@ export default { this.displayNonServiceableZipAlert = false; const payment = this.$store.getters.payment; + const policy = this.$store.getters.policy; + const vehicleChangedDuringPolicyLookupInHeritage = - payment.isInsurance && payment.insuranceCoverage.coverageStatus; + payment.isInsurance && + payment.insuranceCoverage.coverageStatus && + policy.policyNumber !== ""; + if (vehicleChangedDuringPolicyLookupInHeritage) { navigateToHeritageFunnel({ shouldSaveSession: true, diff --git a/src/layouts/insurance-company/insurance-company-question.vue b/src/layouts/insurance-company/insurance-company-question.vue index b69a77d49..49e1eb8c8 100644 --- a/src/layouts/insurance-company/insurance-company-question.vue +++ b/src/layouts/insurance-company/insurance-company-question.vue @@ -1,6 +1,6 @@