diff --git a/packages/page-faq/src/index.tsx b/packages/page-faq/src/index.tsx index 05c25d6a..d9a2d9c4 100644 --- a/packages/page-faq/src/index.tsx +++ b/packages/page-faq/src/index.tsx @@ -41,17 +41,23 @@ function Faq (): React.ReactElement { >Polkadot{.js} extension or the Manage accounts page. Follow the instructions.

Keep your wallet seed phrase safe! Please write it down on paper or export the JSON key with a password you will never forget.

Q: How much does it cost to create a collection?
- { uniqueTelegram ? (<> -

A: You need about 105 testUNQ to create and customize the collection.

-

To get some OPL for free go to special Telegram Bot: +

A: You need about 105 testUNQ to create and customize the collection. + To get some OPL for free go to special Telegram Bot: @unique2faucet_opal_bot.

- ) : (<> -

A: You need about 105 QTZ to create and customize the collection.

-

To get some QTZ go to MEXC Exchange: https://www.mexc.com/

- )} + >@unique2faucet_opal_bot

+ ) + : (<> +

A: You need about 5 QTZ to create and customize the collection.

+

To get some QTZ go to MEXC Exchange: https://www.mexc.com/

+ )}
Q: How many tokens can I create?

A: You can create an unlimited number of collections and tokens. The current functionality does not allow you to create collections with a limited number of tokens, but we will add this feature later.

diff --git a/packages/page-faq/src/styles.scss b/packages/page-faq/src/styles.scss index bb034992..aaa5a515 100644 --- a/packages/page-faq/src/styles.scss +++ b/packages/page-faq/src/styles.scss @@ -7,7 +7,7 @@ h4.ui.header { font-family: var(--font-inter); font-weight: bold; - font-size: 18px; + font-size: 20px; line-height: 26px; margin-top: calc(var(--gap) * 2); margin-bottom: 12px;