diff --git a/src/fmg-components/cart/cart.vue b/src/fmg-components/cart/cart.vue index fa2401952..8337e78a1 100644 --- a/src/fmg-components/cart/cart.vue +++ b/src/fmg-components/cart/cart.vue @@ -3,7 +3,9 @@
a { + cursor: default; + } + } + a { font-family: UrbanistSemibold; text-decoration: none; diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index 20a7b9624..a95cef929 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -53,7 +53,7 @@ :showInsuranceCoverageAs="showInsuranceCoverageAs" :isItac="isItac" :isNoComp="isNoComp" - :isExpandedOnLoad="true" /> + :isCollapsible="false" />