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 cd2c638 commit 05422a2Copy full SHA for 05422a2
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
- FastAPI Template - {currentYear}
+ Full Stack FastAPI Template - {currentYear}
18
</p>
19
<div className="flex items-center gap-4">
20
{socialLinks.map(({ icon: Icon, href, label }) => (
0 commit comments