Update MRS marketing and add copyright policy to footer

This commit is contained in:
Prospector
2025-07-15 12:36:29 -07:00
parent e15fa35bad
commit 4723de6269
4 changed files with 22 additions and 2 deletions

View File

@@ -1346,6 +1346,15 @@ const footerLinks = [
}),
),
},
{
href: "/legal/copyright",
label: formatMessage(
defineMessage({
id: "layout.footer.legal.copyright-policy",
defaultMessage: "Copyright Policy and DMCA",
}),
),
},
],
},
];