Skip to content

Commit 564871c

Browse files
committed
fix: update footer copyright to Profullstack, Inc.
1 parent c4a67c7 commit 564871c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/footer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ export function Footer() {
6161

6262
<div className="border-t border-gray-800 mt-8 pt-8 flex flex-col sm:flex-row justify-between items-center gap-4">
6363
<p className="text-xs text-gray-500">
64-
© {new Date().getFullYear()} SMSHub. All rights reserved.
64+
© {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.
6569
</p>
6670
<div className="flex gap-4">
6771
<Link href="/privacy" className="text-xs text-gray-500 hover:text-gray-300 transition-colors">

0 commit comments

Comments
 (0)