Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-02-10 00:33:55 +01:00 committed by GitHub
parent 347f0a78f5
commit e692f72271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@ import { FooterDiscordIcon } from "./icons/footer-discord";
import { FooterGithubIcon } from "./icons/footer-github";
import { FooterLinkedinIcon } from "./icons/footer-linkedin";
import { FooterRedditIcon } from "./icons/footer-reddit";
import { FooterTwitterIcon } from "./icons/footer-twitter";
import { NewBadgeIcon } from "./icons/popover";
export const menuItems = [
@ -91,10 +90,6 @@ export const socialLinks = [
icon: FooterRedditIcon,
href: "https://www.reddit.com/r/openpanelco/",
},
{
icon: FooterTwitterIcon,
href: "https://twitter.com/",
},
{
icon: FooterLinkedinIcon,
href: "https://www.linkedin.com/company/openpanel/",