diff --git a/app/views/subscriptions/upgrade.html.erb b/app/views/subscriptions/upgrade.html.erb index e1456beb..ff1babb1 100644 --- a/app/views/subscriptions/upgrade.html.erb +++ b/app/views/subscriptions/upgrade.html.erb @@ -3,12 +3,11 @@

Upgrade

- <%= render ButtonComponent.new( - text: "Settings", + <%= render LinkComponent.new( + text: "Account Settings", icon: "settings", - icon_position: :left, variant: "ghost", - href: settings_profile_path(return_to: request.fullpath) + href: settings_profile_path, ) %> <%= render ButtonComponent.new(