We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215dbbf commit e43c190Copy full SHA for e43c190
src/components/footer.js
@@ -87,9 +87,9 @@ const Footer = ({ intl }) => (
87
<Link className="mr-3" to="/integrations">
88
<FormattedMessage id="footer.integrations" />
89
</Link>
90
- <a className="mr-3" href="https://governance.kleros.io" rel="noopener noreferrer" target="_blank">
+ <Link className="mr-3" to="/governance">
91
<FormattedMessage id="footer.governance" />
92
- </a>
+ </Link>
93
<Link className="mr-3" to="/escrow">
94
<FormattedMessage id="footer.escrow" />
95
0 commit comments