From 9c6719df87d059ed7ae48635413f9e33aa1981a4 Mon Sep 17 00:00:00 2001 From: wlren Date: Sun, 9 Oct 2022 21:56:25 +0800 Subject: [PATCH] [questions][bug] remove button --- .../questions/ContributeQuestionCard.tsx | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/apps/portal/src/components/questions/ContributeQuestionCard.tsx b/apps/portal/src/components/questions/ContributeQuestionCard.tsx index 81ba6167..c647e835 100644 --- a/apps/portal/src/components/questions/ContributeQuestionCard.tsx +++ b/apps/portal/src/components/questions/ContributeQuestionCard.tsx @@ -4,7 +4,7 @@ import { CalendarDaysIcon, QuestionMarkCircleIcon, } from '@heroicons/react/24/outline'; -import { Button, TextInput } from '@tih/ui'; +import { TextInput } from '@tih/ui'; import ContributeQuestionDialog from './ContributeQuestionDialog'; @@ -21,10 +21,12 @@ export default function ContributeQuestionCard() { return (
-
-
-
+