diff --git a/common/src/constants.ts b/common/src/constants.ts index 76e3f474..78ff59a7 100644 --- a/common/src/constants.ts +++ b/common/src/constants.ts @@ -16,6 +16,7 @@ export const discordLink = "https://discord.gg/8Vd7jzqjun" export const stoatLink = "https://stt.gg/YKQp81yA" export const redditLink = "https://www.reddit.com/r/CompassConnect" export const xLink = "https://x.com/compassmeet" +export const instagramLink = "https://www.instagram.com/compassmeet/" export const formLink = "https://forms.gle/tKnXUMAbEreMK6FC6" export const ANDROID_APP_URL = 'https://play.google.com/store/apps/details?id=com.compassconnections.app' diff --git a/web/pages/social.tsx b/web/pages/social.tsx index fa45d878..9524e85e 100644 --- a/web/pages/social.tsx +++ b/web/pages/social.tsx @@ -1,5 +1,5 @@ import {PageBase} from 'web/components/page-base' -import {discordLink, githubRepo, redditLink, stoatLink, supportEmail, xLink} from "common/constants" +import {discordLink, githubRepo, instagramLink, redditLink, stoatLink, supportEmail, xLink} from "common/constants" import {GeneralButton} from "web/components/buttons/general-button" import {SEO} from "web/components/SEO" import {useT} from "web/lib/locale" @@ -55,6 +55,7 @@ export default function Social() { > +