We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112c209 commit 0462d68Copy full SHA for 0462d68
frontend/src/components/Common/Footer.tsx
@@ -14,7 +14,7 @@ export function Footer() {
14
<footer className="border-t py-4 px-6">
15
<div className="flex flex-col items-center justify-between gap-4 sm:flex-row">
16
<p className="text-muted-foreground text-sm">
17
- © {currentYear} FastAPI. All rights reserved.
+ FastAPI Template - {currentYear}
18
</p>
19
<div className="flex items-center gap-4">
20
{socialLinks.map(({ icon: Icon, href, label }) => (
0 commit comments