1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +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>
<div class="flex justify-end gap-2">
<%= 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(