mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update footer-data.tsx
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from "react";
|
||||
import { FooterDiscordIcon } from "./icons/footer-discord";
|
||||
import { FooterGithubIcon } from "./icons/footer-github";
|
||||
import { FooterTwitterIcon } from "./icons/footer-twitter";
|
||||
import { FooterLinkedinIcon } from "./icons/footer-linkedin";
|
||||
import { FooterRedditIcon } from "./icons/footer-reddit";
|
||||
import { NewBadgeIcon } from "./icons/popover";
|
||||
@@ -98,6 +99,10 @@ export const socialLinks = [
|
||||
icon: FooterRedditIcon,
|
||||
href: "https://www.reddit.com/r/openpanelco/",
|
||||
},
|
||||
{
|
||||
icon: FooterTwitterIcon,
|
||||
href: "https://x.com/openpanel",
|
||||
},
|
||||
{
|
||||
icon: FooterLinkedinIcon,
|
||||
href: "https://www.linkedin.com/company/openpanel/",
|
||||
|
||||
Reference in New Issue
Block a user