Skip to content

Commit d002332

Browse files
author
unknown
committed
added the bluesky logo to the social media tray, resized the svg logo file, and updated corresponding tests
1 parent 07ca7b1 commit d002332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/social-tray/social-tray.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ export default class SocialTray extends HTMLElement {
2121
</li>
2222
2323
<li class="${styles.socialIcon}">
24-
<a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
25-
${blueskyIcon}
26-
</a>
24+
<a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
25+
${blueskyIcon}
26+
</a>
2727
</li>
2828
2929
<li class="${styles.socialIcon}">

0 commit comments

Comments
 (0)