From 51456aadd1e64b59a1e287b58eb1f2e2b65ea745 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Mon, 28 Jun 2021 00:00:51 +0300 Subject: [PATCH] FAQ fixes --- pages/faq.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/faq.tsx b/pages/faq.tsx index c0e425f2c..afef12723 100644 --- a/pages/faq.tsx +++ b/pages/faq.tsx @@ -51,14 +51,14 @@ const questionsAndAnswers = [ ), }, { - q: "Can my tournament have a badge as a prize?", + q: "Can my tournament have a badge as a price?", a: ( <> Yes commission{" "} borzoic {" "} - to make the logo's 3D model. Prize is 10-30€ depending on the + to make the logo's 3D model. Price is 10-30€ depending on the complexity. Afterwards contact Sendou for info on how to get it showing on the site. @@ -79,7 +79,7 @@ const FAQPage = () => { return ( <> - + {questionsAndAnswers.map(({ q, a }) => (