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

Update self host settings page styles (#677)

* Update page styles

* Add new styles to self host settings page

* Update self hosting page title
This commit is contained in:
Zach Gollwitzer 2024-04-25 14:55:39 -04:00 committed by GitHub
parent da5021b6b0
commit 8ea7b54fe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 153 additions and 46 deletions

View file

@ -11,7 +11,7 @@
<div class="flex justify-between gap-4">
<%= previous_setting("Security", settings_security_path) %>
<% if self_hosted? %>
<%= next_setting("Self Hosting", settings_hosting_path) %>
<%= next_setting("Self-Hosting", settings_hosting_path) %>
<% else %>
<%= next_setting("Accounts", accounts_path) %>
<% end %>