Skip to content

Commit

Permalink
added the bluesky logo to the social media tray, resized the scv logo…
Browse files Browse the repository at this point in the history
… file, and updated corresponding tests
  • Loading branch information
unknown committed Feb 13, 2025
1 parent b7752e6 commit 07ca7b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/social-tray/social-tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export default class SocialTray extends HTMLElement {
</a>
</li>
<li class="${styles.socialIcon}">
<a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
${blueskyIcon}
</a>
</li>
<li class="${styles.socialIcon}">
<a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
${blueskyIcon}
</a>
</li>
<li class="${styles.socialIcon}">
<a href="https://twitter.com/PrjEvergreen" title="Twitter">
Expand Down

0 comments on commit 07ca7b1

Please sign in to comment.