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:
parent
34b3e4ae20
commit
fd3b583737
1 changed files with 3 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue