Skip to content

Commit a3257cd

Browse files
committed
Add insta
1 parent 67f8861 commit a3257cd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

common/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const discordLink = "https://discord.gg/8Vd7jzqjun"
1616
export const stoatLink = "https://stt.gg/YKQp81yA"
1717
export const redditLink = "https://www.reddit.com/r/CompassConnect"
1818
export const xLink = "https://x.com/compassmeet"
19+
export const instagramLink = "https://www.instagram.com/compassmeet/"
1920
export const formLink = "https://forms.gle/tKnXUMAbEreMK6FC6"
2021
export const ANDROID_APP_URL = 'https://play.google.com/store/apps/details?id=com.compassconnections.app'
2122

web/pages/social.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {PageBase} from 'web/components/page-base'
2-
import {discordLink, githubRepo, redditLink, stoatLink, supportEmail, xLink} from "common/constants"
2+
import {discordLink, githubRepo, instagramLink, redditLink, stoatLink, supportEmail, xLink} from "common/constants"
33
import {GeneralButton} from "web/components/buttons/general-button"
44
import {SEO} from "web/components/SEO"
55
import {useT} from "web/lib/locale"
@@ -55,6 +55,7 @@ export default function Social() {
5555
>
5656
<Row className="flex-wrap">
5757
<GeneralButton url={xLink} content={t('social.x', 'X')}/>
58+
<GeneralButton url={instagramLink} content={t('social.instagram', 'Instagram')}/>
5859
</Row>
5960
</Section>
6061

0 commit comments

Comments
 (0)