Skip to content

Commit 0462d68

Browse files
committed
♻️ Update Footer
1 parent 112c209 commit 0462d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Common/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function Footer() {
1414
<footer className="border-t py-4 px-6">
1515
<div className="flex flex-col items-center justify-between gap-4 sm:flex-row">
1616
<p className="text-muted-foreground text-sm">
17-
© {currentYear} FastAPI. All rights reserved.
17+
FastAPI Template - {currentYear}
1818
</p>
1919
<div className="flex items-center gap-4">
2020
{socialLinks.map(({ icon: Icon, href, label }) => (

0 commit comments

Comments
 (0)