Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,17 @@ const Footer = () => (
<Link className="footer__link" to="https://gitter.im/webpack/webpack">
Gitter
</Link>
<Link className="footer__link" to="https://discord.gg/8WWf6F7p">
Discord
</Link>

<Link
className="footer__link"
to="https://github.com/webpack/webpack/releases"
>
Changelog
</Link>

<Link className="footer__link footer__license" to="/license">
<img alt="Creative Commons License" src={CC} width={25} height={25} />
<img alt="Creative Commons License" src={BY} width={25} height={25} />
Expand Down
1 change: 1 addition & 0 deletions src/components/Navigation/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function Navigation({ links, pathname, hash = '', toggleSidebar }) {
title: 'GitHub',
children: <GithubIcon {...navigationIconProps} />,
},

{
to: 'https://x.com/webpack',
title: 'X',
Expand Down
3 changes: 3 additions & 0 deletions src/styles/icons/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.