Drop "contributors" from the footer copyright line

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 00:59:11 +02:00
co-authored by Claude Sonnet 5
parent 346bf7995a
commit dc34b38b26
+1 -1
View File
@@ -6,7 +6,7 @@ export function Footer() {
return (
<footer className="border-t">
<div className="text-muted-foreground mx-auto flex w-full max-w-5xl flex-col items-center gap-2 px-4 py-4 text-xs sm:flex-row sm:justify-between">
<span>© {new Date().getFullYear()} TriggerShell contributors</span>
<span>© {new Date().getFullYear()} TriggerShell</span>
<div className="flex items-center gap-4">
<Link href="/docs" className="hover:text-foreground">
Docs