1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-20 21:59:38 +02:00

Update subscription upgrade view to replace settings button with account settings link for improved clarity and navigation.

This commit is contained in:
Josh Pigford 2025-05-22 08:46:57 -05:00
parent 34b3e4ae20
commit fd3b583737

View file

@ -3,12 +3,11 @@
<h1 class="sr-only">Upgrade</h1> <h1 class="sr-only">Upgrade</h1>
<div class="flex justify-end gap-2"> <div class="flex justify-end gap-2">
<%= render ButtonComponent.new( <%= render LinkComponent.new(
text: "Settings", text: "Account Settings",
icon: "settings", icon: "settings",
icon_position: :left,
variant: "ghost", variant: "ghost",
href: settings_profile_path(return_to: request.fullpath) href: settings_profile_path,
) %> ) %>
<%= render ButtonComponent.new( <%= render ButtonComponent.new(