Sync smbCloud branding and Splitfire AB link from upstream
smbCloud rebranded from "smbCloud Platform" to just "smbCloud" on 2026-07-01 (smbcloud-web@79671ec) — update the footer credit to match. Also point the "Splitfire AB" link on the About page at splitfire's current site, 5mb.app, replacing the retired splitfire.se domain (the convention already used by sigit-web, nord-web, and moovibe-web). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Seto Elkahfi committed
Jul 5, 2026 at 11:09 UTC
eb27f169bf3e13e842b9b035a31a4d2d0652322a
2 files changed
+2
-2
app/views/layouts/application.html.erb
+1
-1
index 72fe5d6..bcefab9 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -47,7 +47,7 @@
<%= link_to "Contact", contact_path, class: "text-gray-400 hover:text-gray-200 transition-colors" %>
</nav>
<span class="whitespace-nowrap text-center md:text-right">
- Auth & Mail by <a href="https://smbcloud.xyz/" class="text-brand-500 hover:text-brand-400 transition-colors" target="_blank" rel="noopener noreferrer">smbCloud Platform</a>
+ Auth & Mail by <a href="https://smbcloud.xyz/" class="text-brand-500 hover:text-brand-400 transition-colors" target="_blank" rel="noopener noreferrer">smbCloud</a>
</span>
</div>
<%= render "shared/dev_panel" if Rails.env.development? %>
app/views/pages/about.html.erb
+1
-1
index 81bea49..f1a919e 100644
--- a/app/views/pages/about.html.erb
+++ b/app/views/pages/about.html.erb
@@ -42,7 +42,7 @@
<h2>Who makes it</h2>
<p>
- siGit is built by <a href="https://splitfire.se" target="_blank" rel="noopener noreferrer">Splitfire AB</a>,
+ siGit is built by <a href="https://5mb.app" target="_blank" rel="noopener noreferrer">Splitfire AB</a>,
a small software company in Sweden. Authentication, email, and deploys run on
the <a href="https://smbcloud.xyz/" target="_blank" rel="noopener noreferrer">smbCloud</a>
platform. We use siGit ourselves daily, which keeps the bug list honest.