web/about/community: add a link to bluesky
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
import IconBrandTwitter from "@tabler/icons-svelte/IconBrandTwitter.svelte";
|
||||
import IconBrandDiscord from "@tabler/icons-svelte/IconBrandDiscord.svelte";
|
||||
import IconBrandTelegram from "@tabler/icons-svelte/IconBrandTelegram.svelte";
|
||||
import IconBrandBluesky from "@tabler/icons-svelte/IconBrandBluesky.svelte";
|
||||
|
||||
const platformIcons = {
|
||||
github: {
|
||||
@@ -26,6 +27,10 @@
|
||||
icon: IconBrandTelegram,
|
||||
color: "#1c9efb",
|
||||
},
|
||||
bluesky: {
|
||||
icon: IconBrandBluesky,
|
||||
color: "#0a78ff",
|
||||
},
|
||||
};
|
||||
|
||||
export let platform: keyof typeof platformIcons;
|
||||
|
||||
Reference in New Issue
Block a user