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 ce6fbb6 commit 6ae274bCopy full SHA for 6ae274b
src/lib/components/Button.svelte
@@ -21,6 +21,7 @@
21
facebook: "BsFacebook",
22
github: "BsGithub",
23
instagram: "BsInstagram",
24
+ youtube: "BsYoutube",
25
linux: "VscTerminalLinux",
26
mac: "BsApple",
27
mastodon: "BsMastodon",
src/lib/config/data/config.yaml
@@ -30,6 +30,7 @@ site:
30
github: https://github.com/spyder-ide/spyder
31
twitter: https://twitter.com/spyder_ide
32
facebook: https://www.facebook.com/SpyderIDE
33
+ youtube: https://www.youtube.com/@SpyderIDE
34
mastodon: https://fosstodon.org/@Spyder
35
instagram: https://instagram.com/spyderide
36
rss: https://www.spyder-ide.org/blog/feed.xml
0 commit comments