Skip to content

Commit 2f0de69

Browse files
Merge pull request #27 from datum-cloud/fix/legal-url
2 parents 55112a3 + 7045939 commit 2f0de69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/login/src/components/rich-text.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function RichText({ children, className }: RichTextProps) {
1616
// Legal links
1717
terms: (chunks: ReactNode) => (
1818
<Link
19-
href="https://www.datum.net/terms-of-service"
19+
href="https://www.datum.net/legal/terms/"
2020
target="_blank"
2121
rel="noopener noreferrer"
2222
className="underline "
@@ -26,7 +26,7 @@ export function RichText({ children, className }: RichTextProps) {
2626
),
2727
privacy: (chunks: ReactNode) => (
2828
<Link
29-
href="https://www.datum.net/privacy-policy"
29+
href="https://www.datum.net/legal/privacy/"
3030
target="_blank"
3131
rel="noopener noreferrer"
3232
className="underline "

0 commit comments

Comments
 (0)