Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export const Footer = () => {
Made with 💜 by the Ink team
</div>
<div className="text-sm text-gray-600">
<a href="https://inkonchain.com/en-US/privacy" target="_blank">
<a href="https://inkonchain.com/en-US/privacy" target="_blank" rel="noopener noreferrer">
Privacy Notice
</a>
</div>
<div className="text-sm text-gray-600">
<a href="https://inkonchain.com/en-US/terms" target="_blank">
<a href="https://inkonchain.com/en-US/terms" target="_blank" rel="noopener noreferrer">
Terms of Service
</a>
</div>
Expand All @@ -22,3 +22,4 @@ export const Footer = () => {
</div>
);
};