diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 8fde23618b80..805637fcaac2 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -42,12 +42,17 @@ const Footer = () => ( Gitter + + Discord + + Changelog + Creative Commons License Creative Commons License diff --git a/src/components/Navigation/Navigation.jsx b/src/components/Navigation/Navigation.jsx index d709b43d2cb0..a1beaf87262e 100644 --- a/src/components/Navigation/Navigation.jsx +++ b/src/components/Navigation/Navigation.jsx @@ -140,6 +140,7 @@ function Navigation({ links, pathname, hash = '', toggleSidebar }) { title: 'GitHub', children: , }, + { to: 'https://x.com/webpack', title: 'X', diff --git a/src/styles/icons/discord.svg b/src/styles/icons/discord.svg new file mode 100644 index 000000000000..9905364b4a96 --- /dev/null +++ b/src/styles/icons/discord.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file