From a24084a230e897262d5245c5d9d057ac46d3ed99 Mon Sep 17 00:00:00 2001 From: mmartinmo Date: Mon, 6 Feb 2023 16:19:11 +0100 Subject: [PATCH] add space to FAQs --- src/components/topLevel/FaqPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/topLevel/FaqPage.tsx b/src/components/topLevel/FaqPage.tsx index e831e8d..e104155 100644 --- a/src/components/topLevel/FaqPage.tsx +++ b/src/components/topLevel/FaqPage.tsx @@ -22,7 +22,7 @@ export const FaqPage = () => { } const faqItems: FaqUIEntry[] = [ - {question: "Our project wants to join Talko and start minting sNFT awards. How can we do it?", answer: <>Talko has been recently updated to support awards for multiple projects. Get in touch with us at info@talkoapp.io if you are interested.}, + {question: "Our project wants to join Talko and start minting sNFT awards. How can we do it?", answer: <>Talko has been recently updated to support awards for multiple projects. Get in touch with us at info@talkoapp.io if you are interested. }, {question: "Who gives these award tokens, and how can I get them?", answer: "The minting of Community awards is done by the administration of each community. In the case of Streamr it's the Streamr Community team. We're looking at different ways of opening up the selection of award candidates to the community itself."}, {question: "How are sNFTs (shareable NFTs) different from regular NFTs?", answer: "sNFTs are not transferable and therefore they cannot be sold like regular NFTs. They have been created for community use, and sharing them refers to minting a new copy of the award token for someone who has co-contributed or supported the original contribution. Sharing is recommended, it's like giving a big 'thank you'."}, {question: "How can I share award tokens?", answer: "As a recipient of an award, and with your wallet connected you can share an award on the Talko site by clicking 'Share award'. You'll then need to provide the wallet address and Discord handle of the sub-contributor, and the title of his/her sub-contribution in relation to your award. It's a good idea to ask about the wallet address beforehand (as you might not have it yet), and also say that this kind of award is about to come on the Talko site. You'll need a very small amount of MATIC token for the gas fees."},