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 da93ac2 commit 4d0899cCopy full SHA for 4d0899c
src/lib/components/elements/footer.tsx
@@ -93,7 +93,7 @@ export default function Footer() {
93
</a>
94
))}
95
</div>
96
- <p className="mt-10 text-center text-sm/6 text-gray-600">© 2024 Your Company, Inc. All rights reserved.</p>
+ <p className="mt-10 text-center text-sm/6 text-gray-600">© {new Date().getFullYear()} {config.meta.title}, Inc. All rights reserved.</p>
97
98
</footer>
99
)
0 commit comments