Skip to content

Commit 5b546e3

Browse files
committed
website: fix legal links
1 parent 11ba488 commit 5b546e3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

website/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,31 +872,39 @@ <h3 class="font-semibold mb-4">Company</h3>
872872
<ul class="space-y-2 text-gray-600 mt-4">
873873
<li>
874874
<a
875-
href="https://sequinstream.com/legal/terms"
875+
href="https://powerful-trust-414200.framer.app/legal/terms"
876876
class="hover:text-gray-900"
877877
data-testid="footer-terms"
878878
>Terms of Service</a
879879
>
880880
</li>
881881
<li>
882882
<a
883-
href="https://sequinstream.com/legal/security"
883+
href="https://powerful-trust-414200.framer.app/legal/security"
884884
class="hover:text-gray-900"
885885
data-testid="footer-security"
886886
>Security</a
887887
>
888888
</li>
889889
<li>
890890
<a
891-
href="https://sequinstream.com/legal/privacy"
891+
href="https://powerful-trust-414200.framer.app/legal/subprocessors"
892+
class="hover:text-gray-900"
893+
data-testid="footer-subprocessors"
894+
>Subprocessors</a
895+
>
896+
</li>
897+
<li>
898+
<a
899+
href="https://powerful-trust-414200.framer.app/legal/privacy"
892900
class="hover:text-gray-900"
893901
data-testid="footer-privacy"
894902
>Privacy Policy</a
895903
>
896904
</li>
897905
<li>
898906
<a
899-
href="https://sequinstream.com/legal/dpa"
907+
href="https://powerful-trust-414200.framer.app/legal/dpa"
900908
class="hover:text-gray-900"
901909
data-testid="footer-dpa"
902910
>Data Processing</a

0 commit comments

Comments
 (0)