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 c4a67c7 commit 564871cCopy full SHA for 564871c
1 file changed
src/components/footer.tsx
@@ -61,7 +61,11 @@ export function Footer() {
61
62
<div className="border-t border-gray-800 mt-8 pt-8 flex flex-col sm:flex-row justify-between items-center gap-4">
63
<p className="text-xs text-gray-500">
64
- © {new Date().getFullYear()} SMSHub. All rights reserved.
+ © {new Date().getFullYear()}{" "}
65
+ <a href="https://profullstack.com" className="hover:text-gray-300 transition-colors">
66
+ Profullstack, Inc.
67
+ </a>{" "}
68
+ All rights reserved.
69
</p>
70
<div className="flex gap-4">
71
<Link href="/privacy" className="text-xs text-gray-500 hover:text-gray-300 transition-colors">
0 commit comments