From fd3b583737a0bb55b24f9ecedb5c595a66c39ad7 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Thu, 22 May 2025 08:46:57 -0500 Subject: [PATCH] Update subscription upgrade view to replace settings button with account settings link for improved clarity and navigation. --- app/views/subscriptions/upgrade.html.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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(