Skip to content

Commit d7f9c0b

Browse files
author
shelly verma
committed
Added Discord link in footer as suggested
1 parent c3acc09 commit d7f9c0b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/components/Footer/Footer.jsx

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ const Footer = () => (
4242
<Link className="footer__link" to="https://gitter.im/webpack/webpack">
4343
Gitter
4444
</Link>
45+
<Link className="footer__link" to="https://discord.gg/8WWf6F7p">
46+
Discord
47+
</Link>
48+
4549
<Link
4650
className="footer__link"
4751
to="https://github.com/webpack/webpack/releases"

src/components/Navigation/Navigation.jsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import Tooltip from '../Tooltip/Tooltip';
1313
// Load Styling
1414
import '@docsearch/css';
1515

16-
import DiscordIcon from '../../styles/icons/discord.svg';
1716
import GithubIcon from '../../styles/icons/github.svg';
1817
import XIcon from '../../styles/icons/x.svg';
1918
import StackOverflowIcon from '../../styles/icons/stack-overflow.svg';
@@ -141,11 +140,7 @@ function Navigation({ links, pathname, hash = '', toggleSidebar }) {
141140
title: 'GitHub',
142141
children: <GithubIcon {...navigationIconProps} />,
143142
},
144-
{
145-
to: 'https://discord.com/invite/5sxFZPdx2k',
146-
title: 'Discord',
147-
children: <DiscordIcon {...navigationIconProps} />,
148-
},
143+
149144
{
150145
to: 'https://x.com/webpack',
151146
title: 'X',

0 commit comments

Comments
 (0)