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

Fix mode bug

This commit is contained in:
Zach Gollwitzer 2024-10-18 18:25:17 -04:00
parent 263d65ea7e
commit 3c0fdd84ee
9 changed files with 26 additions and 4 deletions

View file

@ -13,4 +13,4 @@
<span>Transactions</span>
<% end %>
</div>
</div>
</div>

View file

@ -28,4 +28,4 @@
<div class="flex justify-center py-8">
<%= link_to "Edit account details", edit_account_path(account), class: "btn btn--ghost", data: { turbo_frame: :modal } %>
</div>
</div>

View file

@ -46,4 +46,4 @@
<div class="flex justify-center py-8">
<%= link_to "Edit account details", edit_account_path(account), class: "btn btn--ghost", data: { turbo_frame: :modal } %>
</div>
</div>