web/about/community: add a link to bluesky
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
id="support-buttons"
|
||||
bind:offsetWidth={buttonContainerWidth}
|
||||
|
||||
class:two={$locale === "ru"}
|
||||
class="two"
|
||||
class:one={buttonContainerWidth < 500}
|
||||
>
|
||||
<AboutSupport
|
||||
@@ -36,6 +36,10 @@
|
||||
platform="twitter"
|
||||
externalLink={contacts.twitter}
|
||||
/>
|
||||
<AboutSupport
|
||||
platform="bluesky"
|
||||
externalLink={contacts.bluesky}
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user