There was an error while loading. Please reload this page.
1 parent 5ad85c4 commit eb02e7aCopy full SHA for eb02e7a
1 file changed
src/components/Footer.tsx
@@ -8,12 +8,20 @@ export const Footer = () => {
8
Made with 💜 by the Ink team
9
</div>
10
<div className="text-sm text-gray-600">
11
- <a href="https://inkonchain.com/en-US/privacy" target="_blank">
+ <a
12
+ href="https://inkonchain.com/en-US/privacy"
13
+ target="_blank"
14
+ rel="noopener noreferrer"
15
+ >
16
Privacy Notice
17
</a>
18
19
- <a href="https://inkonchain.com/en-US/terms" target="_blank">
20
21
+ href="https://inkonchain.com/en-US/terms"
22
23
24
25
Terms of Service
26
27
0 commit comments