From 214bddaca43f07cff99c093aa56f2445fead91a4 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 18 Oct 2025 02:36:54 +0200 Subject: [PATCH] Add contact links --- web/components/votes/vote-info.tsx | 11 +++++++---- web/pages/organization.tsx | 1 + web/public/md/faq.md | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/web/components/votes/vote-info.tsx b/web/components/votes/vote-info.tsx index 1eb031f7..93324d95 100644 --- a/web/components/votes/vote-info.tsx +++ b/web/components/votes/vote-info.tsx @@ -6,13 +6,15 @@ import {TextEditor, useTextEditor} from "web/components/widgets/editor"; import {JSONContent} from "@tiptap/core"; import {getVotes} from "web/lib/supabase/votes"; import {MAX_DESCRIPTION_LENGTH} from "common/envs/constants"; -import {useEffect, useState} from "react"; +import React, {useEffect, useState} from "react"; import {Button} from "web/components/buttons/button"; import {Input} from "web/components/widgets/input"; import {api} from "web/lib/api"; import {Title} from "web/components/widgets/title"; import toast from "react-hot-toast"; import {Vote, VoteItem} from 'web/components/votes/vote-item' +import Link from "next/link"; +import {formLink} from "common/constants"; export function VoteComponent() { const user = useUser() @@ -29,11 +31,12 @@ export function VoteComponent() { const hideButton = title.length == 0 - console.debug('votes', votes) - return ( - Proposals + Proposals +

+ You can discuss any of those proposals through the contact form, the feedback form, or any of our socials. +

{votes && votes.length > 0 && {votes.map((vote: Vote) => { return ( diff --git a/web/pages/organization.tsx b/web/pages/organization.tsx index 1e6e83c1..8bf47ca3 100644 --- a/web/pages/organization.tsx +++ b/web/pages/organization.tsx @@ -21,6 +21,7 @@ export default function Organization() { + ) diff --git a/web/public/md/faq.md b/web/public/md/faq.md index ca3b7962..060f7692 100644 --- a/web/public/md/faq.md +++ b/web/public/md/faq.md @@ -108,6 +108,10 @@ We chose the name Compass because our goal is to help people orient themselves t * **Donate**: [Support the infrastructure](/support) * **Spread the Word**: Tell friends and family who value depth and real connection. +### How can I contact the community? + +You can reach us through the [contact form](/contact), the [feedback form](https://forms.gle/tKnXUMAbEreMK6FC6), or any of our [socials](/social). + ### How fast is Compass growing? Compass has officially **launched** in October 2025 and is growing fast. You can explore real-time stats and transparent community data on our [**Growth & Stats page**](/stats). It includes information such as: