Skip to content

Commit

Permalink
Add a bluesky icon to the footer (#7254)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Feb 5, 2025
1 parent a81698a commit 9f2f55d
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 @@ -183,6 +183,16 @@ class AppFooter extends React.Component {
<i className="fa fa-twitter fa-fw"></i>
</a>{' '}
</li>
<li>
<a
aria-label="Zooniverse Bluesky"
href="https://bsky.app/profile/zooniverse.bsky.social"
rel="noopener noreferrer"
target="_blank"
>
<i className='fa fa-fw'><svg viewBox="0 0 576 512" height="12px" width="12px" fill='#fff' style={{ opacity: '50%' }}><path d="M407.8 294.7c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3C61.6-9.4 37.5-1.7 21.6 5.5C3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7c3.3-.5 6.6-.9 10-1.4c-3.3 .5-6.6 1-10 1.4C74.3 308.6-9.1 342.8 100.3 464.5C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4c102.4-103.4 28.1-156-65.8-169.9c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3c64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"/></svg></i>
</a>{' '}
</li>
<li>
<a
aria-label="Zooniverse Instagram"
Expand Down

0 comments on commit 9f2f55d

Please sign in to comment.