From d23068d2719c2776d7f6b35e032ab4565a1af7bf Mon Sep 17 00:00:00 2001 From: Ariana Ivan Date: Sat, 15 Jun 2024 12:40:19 -0700 Subject: [PATCH] siv.org/faq: Submit-question input at top --- src/faq/AddYourQuestion.tsx | 2 +- src/faq/FAQPage.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/faq/AddYourQuestion.tsx b/src/faq/AddYourQuestion.tsx index 96558851..b6aefa75 100644 --- a/src/faq/AddYourQuestion.tsx +++ b/src/faq/AddYourQuestion.tsx @@ -8,7 +8,7 @@ import { api } from '../api-helper' export const AddYourQuestion = () => { const [saved, setSaved] = useState(false) return ( -
+
{

Frequently Asked Questions

+ + +
{ )}
))} - -