Update template
Seto Elkahfi committed
May 29, 2026 at 23:09 UTC
b893bda6eb13b6def0f2c28d79c4957f457a1493
2 files changed
+4
-4
app/views/layouts/application.html.erb
+3
-3
index 7a9dbf1..bba5e9d 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -37,10 +37,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>
+ <span>
+ Get <a href="https://getsigit.5mb.app/" class="hover:text-gray-300 transition-colors" target="_blank" rel="noopener noreferrer">siGit Code & Deploy</a></span>
<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>
+ Runs on <a href="https://smbcloud.xyz/" class="hover:text-gray-300 transition-colors" target="_blank" rel="noopener noreferrer">smbCloud</a>
</div>
<%= render "shared/dev_panel" if Rails.env.development? %>
</div>
app/views/shared/_navbar.html.erb
+1
-1
index 9f9ee67..8a77717 100644
--- a/app/views/shared/_navbar.html.erb
+++ b/app/views/shared/_navbar.html.erb
@@ -4,7 +4,7 @@
<div class="flex items-center gap-6">
<%= link_to root_path, class: "flex items-center gap-2 text-gray-100 hover:text-brand-500 transition-colors" do %>
<img src="/icon.png" alt="siGit" class="h-6 w-auto">
- <span class="font-semibold text-base tracking-tight">siGit</span>
+ <span class="font-semibold text-base tracking-tight">siGit Code & Deploy</span>
<% end %>
<% if signed_in? %>