We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b16a3 commit ecd9068Copy full SHA for ecd9068
1 file changed
src/components/CookieConsent/index.js
@@ -54,10 +54,11 @@ const CookieConsent = () => {
54
<Typography variant="body2" >
55
We use cookies to enhance your browsing experience. By clicking
56
"Accept", you consent to our use of cookies. Read more in our{" "}
57
- <a href="/company/legal/privacy" target="_blank" rel="noopener noreferrer">
+ <Link to="/company/legal/privacy" target="_self" rel="noopener noreferrer">
58
Privacy Policy
59
- </a>
60
- .
+ </Link> or visit our <Link to="/company/legal" target="_self" rel="noopener noreferrer">
+ Trust Center
61
+ </Link>.
62
</Typography>
63
64
<Box display="flex" justifyContent="flex-end" gap={1}>
0 commit comments