Skip to content

Commit ecd9068

Browse files
committed
Trust Center link
1 parent 85b16a3 commit ecd9068

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/CookieConsent/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ const CookieConsent = () => {
5454
<Typography variant="body2" >
5555
We use cookies to enhance your browsing experience. By clicking
5656
"Accept", you consent to our use of cookies. Read more in our{" "}
57-
<a href="/company/legal/privacy" target="_blank" rel="noopener noreferrer">
57+
<Link to="/company/legal/privacy" target="_self" rel="noopener noreferrer">
5858
Privacy Policy
59-
</a>
60-
.
59+
</Link> or visit our <Link to="/company/legal" target="_self" rel="noopener noreferrer">
60+
Trust Center
61+
</Link>.
6162
</Typography>
6263

6364
<Box display="flex" justifyContent="flex-end" gap={1}>

0 commit comments

Comments
 (0)