Skip to content

Commit

Permalink
add space to FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartinmo committed Feb 6, 2023
1 parent b598b1c commit a24084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/topLevel/FaqPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="mailto:[email protected]">[email protected]</a> 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 <a href="mailto:[email protected]">[email protected]</a> 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."},
Expand Down

0 comments on commit a24084a

Please sign in to comment.