Skip to content

Commit

Permalink
Footer whitepaper broken link (#557)
Browse files Browse the repository at this point in the history
* fix: remove white paper link in developers footer heading

* fix: remove white paper link in developers footer heading
  • Loading branch information
LordCheta committed Mar 1, 2024
1 parent 4c2b914 commit baceb1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/components/FooterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ const FooterComponent = (props) => {
<Col lg="2">
<h2>{strings.developers}</h2>
<ul>
<li>
<a href="https://www.rifos.org/nameservice/assets/rns-specs/rif-directory-protocol-en.pdf" {...linkProps}>
{strings.whitepaper}
</a>
</li>
<li><a href="https://developers.rsk.co/rif/rns" {...linkProps}>{strings.docs}</a></li>
<li>
<a href="https://github.com/rnsdomains/" {...linkProps}>Github</a>
Expand Down

0 comments on commit baceb1e

Please sign in to comment.