mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04:00
Add insta
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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() {
|
||||
>
|
||||
<Row className="flex-wrap">
|
||||
<GeneralButton url={xLink} content={t('social.x', 'X')}/>
|
||||
<GeneralButton url={instagramLink} content={t('social.instagram', 'Instagram')}/>
|
||||
</Row>
|
||||
</Section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user