update footer
Seto Elkahfi committed
Apr 12, 2026 at 15:14 UTC
b416bab9c6565c0086c47c70aaf1e29cc699e422
1 file changed
+4
-1
app/views/layouts/application.html.erb
+4
-1
index fc4b426..7a9dbf1 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -38,7 +38,10 @@
<footer class="border-t border-surface-600 mt-16">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-8 flex items-center justify-between text-xs text-gray-500">
<span>siGit Code & Deploy</span>
- <a href="https://getsigit.5mb.app/" class="hover:text-gray-300 transition-colors" target="_blank" rel="noopener noreferrer">getsigit.5mb.app</a>
+ <div class="flex items-center gap-4">
+ <a href="https://smbcloud.xyz/" class="hover:text-gray-300 transition-colors" target="_blank" rel="noopener noreferrer">smbCloud</a>
+ <a href="https://getsigit.5mb.app/" class="hover:text-gray-300 transition-colors" target="_blank" rel="noopener noreferrer">Get siGit</a>
+ </div>
<%= render "shared/dev_panel" if Rails.env.development? %>
</div>
</footer>