Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions packages/page-faq/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,23 @@ function Faq (): React.ReactElement<Props> {
>Polkadot&#123;.js&#125; extension</a> or <a onClick={openManageAccout}>the Manage accounts</a> page. Follow the instructions.</p>
<p>Keep your wallet seed phrase safe! Please write it down on paper or export the JSON key with a password you will never forget.</p>
<Header as='h4'>Q: How much does it cost to create a collection?</Header>
{ uniqueTelegram ? (<>
<p>A: You need about 105 testUNQ to create and customize the collection. </p>
<p>To get some OPL for free go to special Telegram Bot: <a
{ uniqueTelegram
? (<>
<p>A: You need about 105 testUNQ to create and customize the collection.
To get some OPL for free go to special Telegram Bot: <a
href={uniqueTelegram || 'https://web.telegram.org/'}
rel='noopener noreferrer'
target='_blank'
>@unique2faucet_opal_bot.</a></p>
</>) : (<>
<p>A: You need about 105 QTZ to create and customize the collection.</p>
<p>To get some QTZ go to MEXC Exchange: <a href="https://www.mexc.com/" target="_blank">https://www.mexc.com/</a></p>
</>)}
>@unique2faucet_opal_bot</a></p>
</>)
: (<>
<p>A: You need about 5 QTZ to create and customize the collection.</p>
<p>To get some QTZ go to MEXC Exchange: <a
href='https://www.mexc.com/'
rel='noreferrer'
target='_blank'
>https://www.mexc.com/</a></p>
</>)}

<Header as='h4'>Q: How many tokens can I create?</Header>
<p>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.</p>
Expand Down
2 changes: 1 addition & 1 deletion packages/page-faq/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down