-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Matomo #308
base: master
Are you sure you want to change the base?
Add Matomo #308
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -353,7 +381,7 @@ <h2 class="h2-heading-simple">Create next-gen dApps with Synthetix v3</h2> | |||
<div class="text-color-gray-600">© 2024 Synthetix. All rights reserved</div> | |||
<div class="footer-legal-links"> | |||
<a href="https://discord.com/channels/413890591840272394/479848672289488906" target="_blank" class="footer-legal-link">Help</a> | |||
<a href="https://staking.synthetix.io/terms/" target="_blank" class="footer-legal-link">Terms and Conditions</a> | |||
<a href="https://staking.synthetix.io/term" target="_blank" class="footer-legal-link">Terms of Use</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://staking.synthetix.io/terms/ was a correct link
@@ -437,7 +505,7 @@ <h2 class="h2-heading-simple"><strong>Participate in Governance</strong></h2> | |||
<div id="w-node-_215d802d-a879-7a10-5583-87ac893c3430-893c3400" class="column-x-large-3"> | |||
<div class="subheading-large-3">Trade</div> | |||
<div class="column-regular-3"> | |||
<a href="http://exchange.synthetix.io" target="_blank" class="footer-link">Trade now</a> | |||
<a href="https://exchange.synthetix.io/market/" target="_blank" class="footer-link">Trade now</a> | |||
<a href="https://docs.synthetix.io/synthetix-v3-user-documentation/using-synthetix/trading-synthetix-perps-v3" target="_blank" class="footer-link">How to trade</a> | |||
<a href="http://stats.synthetix.io" target="_blank" class="footer-link">Stats</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a href="http://stats.synthetix.io" target="_blank" class="footer-link">Stats</a> | |
<a href="https://stats.synthetix.io" target="_blank" class="footer-link">Stats</a> |
find and replace, all links must be https
No description provided.