Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const Footer = () => (
>
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
6 changes: 6 additions & 0 deletions src/components/Navigation/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Tooltip from '../Tooltip/Tooltip';
// Load Styling
import '@docsearch/css';

import DiscordIcon from '../../styles/icons/discord.svg';
import GithubIcon from '../../styles/icons/github.svg';
import XIcon from '../../styles/icons/x.svg';
import StackOverflowIcon from '../../styles/icons/stack-overflow.svg';
Expand Down Expand Up @@ -140,6 +141,11 @@ function Navigation({ links, pathname, hash = '', toggleSidebar }) {
title: 'GitHub',
children: <GithubIcon {...navigationIconProps} />,
},
{
to: 'https://discord.com/invite/5sxFZPdx2k',
title: 'Discord',
children: <DiscordIcon {...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.
Loading