Skip to content

Commit 4054873

Browse files
committed
terms
1 parent c4c76ef commit 4054873

5 files changed

Lines changed: 887 additions & 13 deletions

File tree

src/components/Footer.astro

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import logoMedium from "../assets/logo/logo-medium.png"
1212
teams to create, send, and track communications at scale.
1313
</p>
1414
<div class="text-sm text-gray-500">
15-
© 2025 Notifuse. All rights reserved.
15+
© 2026 Notifuse. All rights reserved.
1616
</div>
1717
</div>
1818

@@ -53,7 +53,25 @@ import logoMedium from "../assets/logo/logo-medium.png"
5353
</div>
5454

5555
<div>
56-
<h3 class="font-semibold text-gray-900 mb-4">Follow Us</h3>
56+
<h3 class="font-semibold text-gray-900 mb-4">Legal</h3>
57+
<ul class="space-y-2">
58+
<li>
59+
<a
60+
href="/privacy"
61+
class="text-gray-600 hover:text-gray-900 transition-colors"
62+
>Privacy Policy</a
63+
>
64+
</li>
65+
<li>
66+
<a
67+
href="/terms"
68+
class="text-gray-600 hover:text-gray-900 transition-colors"
69+
>Terms of Service</a
70+
>
71+
</li>
72+
</ul>
73+
74+
<h3 class="font-semibold text-gray-900 mb-4 mt-8">Follow Us</h3>
5775
<div class="flex space-x-4">
5876
<a
5977
href="https://github.com/notifuse/notifuse"

0 commit comments

Comments
 (0)