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 5975c17 commit eba251bCopy full SHA for eba251b
src/components/social-tray/social-tray.js
@@ -20,11 +20,11 @@ export default class SocialTray extends HTMLElement {
20
</a>
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>
27
- </li>
+ <li class="${styles.socialIcon}">
+ <a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
+ ${blueskyIcon}
+ </a>
+ </li>
28
29
<li class="${styles.socialIcon}">
30
<a href="https://twitter.com/PrjEvergreen" title="Twitter">
0 commit comments