Skip to content

Commit bb7056b

Browse files
committed
Trim legacy footer copy
1 parent 6bd9a95 commit bb7056b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • client/app/bundles/comments/components/Footer/ror_components

client/app/bundles/comments/components/Footer/ror_components/Footer.jsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,11 @@ export default class Footer extends BaseComponent {
130130
</a>
131131

132132
<div className="space-y-3">
133-
<div className="inline-flex items-center rounded-full border border-sky-200 bg-sky-50 px-3 py-1 text-xs font-semibold uppercase tracking-[0.24em] text-sky-700">
134-
Formerly Rails on Maui
135-
</div>
136133
<p
137134
className="max-w-2xl text-sm leading-7 text-slate-600"
138135
style={{ fontFamily: "'OpenSans-Light', 'Avenir Next', 'Segoe UI', sans-serif" }}
139136
>
140-
Current company name, current links, and current branding. The legacy Rails on Maui name
141-
only remains as historical context for older community references.
137+
ShakaCode builds the open source tools, docs, and deployment workflows around this tutorial.
142138
</p>
143139
</div>
144140

@@ -236,7 +232,7 @@ export default class Footer extends BaseComponent {
236232

237233
<div className="mt-8 flex flex-col gap-3 border-t border-slate-200 pt-6 text-sm text-slate-500 sm:flex-row sm:items-center sm:justify-between">
238234
<span>Copyright 2026 ShakaCode</span>
239-
<span>ShakaCode is the current name. Rails on Maui is the legacy name.</span>
235+
<span>Open source Rails and React tooling by ShakaCode.</span>
240236
</div>
241237
</div>
242238
</footer>

0 commit comments

Comments
 (0)