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 (
+ You can discuss any of those proposals through the contact form, the feedback form, or any of our socials. +
{votes && votes.length > 0 &&