Skip to content

Commit

Permalink
Change links
Browse files Browse the repository at this point in the history
  • Loading branch information
santerisarle committed Sep 26, 2024
1 parent 8c412d2 commit f45f15c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function CustomFooterLinks() {
<li className="footer__item">
<Link
className="footer__link-item"
href="https://gov.near.org/c/dev/aurora/46"
href="https://forum.aurora.dev/"
target="_blank"
rel="nofollow noopener noreferrer"
title="Aurora on Discourse"
Expand Down Expand Up @@ -104,17 +104,6 @@ function CustomFooterLinks() {
<FontAwesomeIcon icon={faTelegram} size="lg" />
</Link>
</li>
<li className="footer__item">
<Link
className="footer__link-item"
href="https://stackoverflow.com/questions/tagged/aurora+near"
target="_blank"
rel="nofollow noopener noreferrer"
title="Aurora on Stack Overflow"
>
<FontAwesomeIcon icon={faStackOverflow} size="lg" />
</Link>
</li>
<li className="footer__item">
<Link
className="footer__link-item"
Expand Down

0 comments on commit f45f15c

Please sign in to comment.