discordaout

This commit is contained in:
Stefan Pejcic
2024-02-10 19:46:27 +01:00
parent 3150b637ac
commit ed3a0bd0a6

View File

@@ -7,7 +7,6 @@ import {
GithubStarIcon,
GithubIcon,
DiscordIcon,
RedditIcon,
} from "../icons/popover";
import { MenuItem } from "./menu-item";
import { NavbarItem } from "./navbar-item";
@@ -108,9 +107,6 @@ export const Menu: React.FC = () => {
<Link to="https://discord.com/invite/7bNY8fANqF">
<DiscordIcon />
</Link>
<Link to="https://www.reddit.com/r/openpanelco/">
<RedditIcon />
</Link>
</div>
</div>
</>