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 }) => (