Drop "contributors" from the footer copyright line
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer className="border-t">
|
<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">
|
<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">
|
<div className="flex items-center gap-4">
|
||||||
<Link href="/docs" className="hover:text-foreground">
|
<Link href="/docs" className="hover:text-foreground">
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
Reference in New Issue
Block a user