diff --git a/services/web/app/views/subscriptions/plans/_faq_new.pug b/services/web/app/views/subscriptions/plans/_faq_new.pug index 57f61572f1..c3857240e5 100644 --- a/services/web/app/views/subscriptions/plans/_faq_new.pug +++ b/services/web/app/views/subscriptions/plans/_faq_new.pug @@ -62,4 +62,4 @@ include ../../_mixins/eyebrow span #{translate('still_have_questions')} button(data-ol-open-contact-form-modal="general") span(style="margin-right: 4px") #{translate('contact_support')} - img.icon-md(src="/img/website-redesign/material-symbols-arrow-right.svg", aria-hidden="true") + i.icon-md.material-symbols.material-symbols-rounded.material-symbols-arrow-right(aria-hidden="true") arrow_right_alt diff --git a/services/web/frontend/stylesheets/app/plans/plans-new-design.less b/services/web/frontend/stylesheets/app/plans/plans-new-design.less index 0d7d44fb6f..31b25f5702 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -1050,7 +1050,8 @@ font-size: var(--font-size-04); background-color: var(--white); border: unset; - width: 200px; + display: flex; + align-items: center; } } }