diff --git a/app/views/common/upsale.html.erb b/app/views/common/upsale.html.erb index 5227f81b62..71b9a9d40d 100644 --- a/app/views/common/upsale.html.erb +++ b/app/views/common/upsale.html.erb @@ -42,7 +42,7 @@ <%= t('admin.enterprise.buttons.contact') %> <% end %> - <%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=#{feature_reference}", + <%= link_to( "https://www.openproject.org/pricing/", { class: 'button -highlight -round', aria: {label: t('admin.enterprise.buttons.upgrade')}, target: '_blank', diff --git a/frontend/src/global_styles/content/_enterprise.sass b/frontend/src/global_styles/content/_enterprise.sass index 9676fecb47..cca0353848 100644 --- a/frontend/src/global_styles/content/_enterprise.sass +++ b/frontend/src/global_styles/content/_enterprise.sass @@ -1,7 +1,7 @@ @import '../../app/spot/styles/sass/variables' .upsale-notification - max-width: 800px + max-width: 1000px margin: auto padding-top: 20px text-align: center