fix(org): Add missing Bluesky icon
This commit is contained in:
parent
f8c898827d
commit
030c5e40a2
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ import {
|
|||
CommunityIcon,
|
||||
ChatIcon,
|
||||
EmailIcon,
|
||||
CloudIcon,
|
||||
} from 'shared/components/icons.mjs'
|
||||
import { PleaseSubscribe, ns as subNs } from 'shared/components/patrons/please-subscribe.mjs'
|
||||
import { SupportForm, ns as supportNs } from 'shared/components/support/support.mjs'
|
||||
|
@ -48,6 +49,7 @@ const SupportCard = ({ bg, textColor, title, icon, nr }) => (
|
|||
)
|
||||
|
||||
const socialIcon = {
|
||||
bluesky: <CloudIcon />,
|
||||
mastodon: <MastodonIcon />,
|
||||
github: <GitHubIcon />,
|
||||
discord: <DiscordIcon />,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue