Skip to content

Commit

Permalink
fix: fix broken link (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCheta committed Mar 1, 2024
1 parent 257791d commit 4c2b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/FooterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FooterComponent = (props) => {
</a>
</li>
<li>
<a href="https://rif.technology/rif/token/" {...linkProps}>{strings.rif_token}</a>
<a href="https://rif.technology/rif-token/" {...linkProps}>{strings.rif_token}</a>
</li>
</ul>
</Col>
Expand Down

0 comments on commit 4c2b914

Please sign in to comment.