Skip to content

Commit b76b3ea

Browse files
CopilotMaanavD
andauthored
Update privacy policy link in website footer (#557)
Replaces the hardcoded privacy statement URL in the footer with the Microsoft short-link redirect. ## Changes - **`www/src/lib/components/home/footer.svelte`**: Updated `href` from `https://www.microsoft.com/en-us/privacy/privacystatement` → `https://go.microsoft.com/fwlink/?LinkId=521839` Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MaanavD <24942306+MaanavD@users.noreply.github.com>
1 parent 1c45c90 commit b76b3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/src/lib/components/home/footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
&copy; {new Date().getFullYear()} Microsoft Corporation. All rights reserved.
112112
</p>
113113
<a
114-
href="https://www.microsoft.com/en-us/privacy/privacystatement"
114+
href="https://go.microsoft.com/fwlink/?LinkId=521839"
115115
target="_blank"
116116
rel="noopener noreferrer"
117117
class="text-sm text-muted-foreground transition-colors hover:text-foreground"

0 commit comments

Comments
 (0)