We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ca7b1 commit d002332Copy full SHA for d002332
src/components/social-tray/social-tray.js
@@ -21,9 +21,9 @@ export default class SocialTray extends HTMLElement {
21
</li>
22
23
<li class="${styles.socialIcon}">
24
- <a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
25
- ${blueskyIcon}
26
- </a>
+ <a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
+ ${blueskyIcon}
+ </a>
27
28
29
0 commit comments