Skip to content

Commit 617dc61

Browse files
feat: add cookie policy link to footer and update policy date
1 parent abeffc3 commit 617dc61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/[lang]/legal/cookie-policy/page.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ The following is a list of cookies supplied by us and their derivatives from ven
5151
Amendments to this Policy may be made at any time and you should check back frequently for any changes. We shall have the right and ability to amend this Policy at our sole and absolute discretion, and any amendments herein shall be effective within fourteen (14) days of being posted by us or by your continued use of the Services, whichever later.
5252

5353
<div className="text-sm text-gray-500 mt-8">
54-
Last updated: {new Date().toLocaleDateString()}
54+
Last updated: 3/3/2025
5555
</div>

components/footer/index.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ const Footer = async () => {
107107
>
108108
Privacy Policy
109109
</FooterLink>
110+
<FooterLink
111+
className="text-[10px] font-normal text-custom-secondary-text md:text-sm"
112+
href="/legal/cookie-policy"
113+
>
114+
Cookie Policy
115+
</FooterLink>
110116
<div>|</div>
111117
<div>Copyright © 2024 Sealos. All rights reserved.</div>
112118
</div>

0 commit comments

Comments
 (0)