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