Skip to content

Commit

Permalink
Add Instagram link to Zooniverse footer (zooniverse#7112)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin authored Jun 3, 2024
1 parent 7f38b4c commit 614ec1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/layout/site-footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ class AppFooter extends React.Component {
<i className="fa fa-twitter fa-fw"></i>
</a>{' '}
</li>
<li>
<a
aria-label="Zooniverse Instagram"
href="https://www.instagram.com/the.zooniverse/"
rel="noopener noreferrer"
target="_blank"
>
<i className="fa fa-instagram fa-fw"></i>
</a>{' '}
</li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit 614ec1b

Please sign in to comment.