1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

Merge branch 'main' into ui-fixes

This commit is contained in:
Alex Hatzenbuhler 2025-05-21 14:51:41 -05:00 committed by GitHub
commit 8c76f6e236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,15 @@
<nav class="p-4"> <nav class="p-4">
<h1 class="sr-only">Upgrade</h1> <h1 class="sr-only">Upgrade</h1>
<div class="flex justify-end"> <div class="flex justify-end gap-2">
<%= render ButtonComponent.new(
text: "Settings",
icon: "settings",
icon_position: :left,
variant: "ghost",
href: settings_profile_path(return_to: request.fullpath)
) %>
<%= render ButtonComponent.new( <%= render ButtonComponent.new(
text: "Sign out", text: "Sign out",
icon: "log-out", icon: "log-out",