diff --git a/app/views/common/upsale.html.erb b/app/views/common/upsale.html.erb index 71b9a9d40d..2e30963ab4 100644 --- a/app/views/common/upsale.html.erb +++ b/app/views/common/upsale.html.erb @@ -35,7 +35,7 @@ <%= t('admin.enterprise.upgrade_info') %>
<%= link_to( "https://www.openproject.org/contact-us/", - { class: 'button -highlight-inverted -round', + { class: 'button -highlight-inverted', aria: {label: t('admin.enterprise.buttons.contact')}, target: '_blank', title: t('admin.enterprise.buttons.contact')}) do %> @@ -43,7 +43,7 @@ <% end %> <%= link_to( "https://www.openproject.org/pricing/", - { class: 'button -highlight -round', + { class: 'button -highlight', aria: {label: t('admin.enterprise.buttons.upgrade')}, target: '_blank', title: t('admin.enterprise.buttons.upgrade')}) do %> diff --git a/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.html b/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.html index 6141856a8b..768710b4d6 100644 --- a/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.html +++ b/frontend/src/app/features/enterprise/free-trial-button/free-trial-button.component.html @@ -2,7 +2,7 @@