diff --git a/components/Footer/index.jsx b/components/Footer/index.jsx
index 7f6d787a..1d163b1b 100644
--- a/components/Footer/index.jsx
+++ b/components/Footer/index.jsx
@@ -2,6 +2,7 @@ import GitHubIcon from '@node-core/ui-components/Icons/Social/GitHub';
import LinkedInIcon from '@node-core/ui-components/Icons/Social/LinkedIn';
import DiscordIcon from '@node-core/ui-components/Icons/Social/Discord';
import XIcon from '@node-core/ui-components/Icons/Social/X';
+import BlueskyIcon from '@node-core/ui-components/Icons/Social/Bluesky';
import { footer } from '#theme/site';
import Logo from '#theme/Logo';
@@ -10,6 +11,7 @@ import styles from './index.module.css';
const SOCIAL_ICONS = {
GitHub: GitHubIcon,
X: XIcon,
+ Bluesky: BlueskyIcon,
Discord: DiscordIcon,
LinkedIn: LinkedInIcon,
};
@@ -31,6 +33,28 @@ export default () => (
A static module bundler for modern JavaScript applications.
Maintained by the open-source community since 2012.
+
{footer.groups.map(section => (
@@ -70,25 +94,6 @@ export default () => (
respective holders. Use of them does not imply any affiliation with or
endorsement by them.
-