diff --git a/apps/marginfi-landing-page/src/components/footer.tsx b/apps/marginfi-landing-page/src/components/footer.tsx
index 59d97210c8..5dd80961d3 100644
--- a/apps/marginfi-landing-page/src/components/footer.tsx
+++ b/apps/marginfi-landing-page/src/components/footer.tsx
@@ -52,11 +52,11 @@ const CONTENT: {
href: "https://twitter.com/marginfi",
label: "X",
},
- {
- icon: ,
- href: "https://discord.gg/mrgn",
- label: "Discord",
- },
+ // {
+ // icon: ,
+ // href: "https://discord.gg/mrgn",
+ // label: "Discord",
+ // },
{
icon: ,
href: "https://github.com/mrgnlabs/",
diff --git a/apps/marginfi-landing-page/src/components/header.tsx b/apps/marginfi-landing-page/src/components/header.tsx
index 84780983e6..dc442a8615 100644
--- a/apps/marginfi-landing-page/src/components/header.tsx
+++ b/apps/marginfi-landing-page/src/components/header.tsx
@@ -84,11 +84,11 @@ const CONTENT = {
href: "https://twitter.com/marginfi",
label: "X",
},
- {
- icon: ,
- href: "https://discord.gg/mrgn",
- label: "Discord",
- },
+ // {
+ // icon: ,
+ // href: "https://discord.gg/mrgn",
+ // label: "Discord",
+ // },
{
icon: ,
href: "https://github.com/mrgnlabs/",
diff --git a/apps/marginfi-v2-docs/src/components/Footer.tsx b/apps/marginfi-v2-docs/src/components/Footer.tsx
index 02f0f7b13d..b9caac0297 100644
--- a/apps/marginfi-v2-docs/src/components/Footer.tsx
+++ b/apps/marginfi-v2-docs/src/components/Footer.tsx
@@ -89,13 +89,13 @@ function GitHubIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
)
}
-function DiscordIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
- return (
-
- )
-}
+// function DiscordIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
+// return (
+//
+// )
+// }
function SocialLink({
href,
@@ -127,9 +127,9 @@ function SmallPrint() {
Follow us on GitHub
-
+ {/*
Join our Discord server
-
+ */}
)