Skip to content

Commit

Permalink
fix: add power up bounties to faq also
Browse files Browse the repository at this point in the history
  • Loading branch information
911-Benedek-RobertGeorge committed May 1, 2024
1 parent 6fa4253 commit d192b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-dapp",
"description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol",
"version": "1.14.8",
"version": "1.14.9",
"author": "Itheum",
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
4 changes: 3 additions & 1 deletion src/pages/AppMarketplace/GetBitz/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const Faq: React.FC = () => {
title: "What can I do with Itheum <BiTz> Points?",
content: (
<>
{" "}
<p>
Itheum {`<BiTz>`} is like an XP system and you collect {`<BiTz>`} each time you interact with certain features of Itheum Protocol. Like all XP
Systems, there will be LEADERBOARD-based rewards that are tied to use cases within the Itheum protocol. At launch, the following utility will be
Expand Down Expand Up @@ -120,6 +119,9 @@ const Faq: React.FC = () => {
from previous and upcoming Data Creators sent randomly to users from top 100 "All Time" LEADERBOARD
</li>
<li className="my-5">4. Bragging rights as you climb to the top of the LEADERBOARD!</li>
<li>
5. Power Up Data Bounties with {`<BiTz>`} XP below - Give {`<BiTz>`}
</li>
</ol>
<p className="mt-5">
This is just the start, we have a bunch of other ideas planned for {`<BiTz>`}. Got ideas for {`<BiTz>`} utility? We love to hear them:{" "}
Expand Down

0 comments on commit d192b86

Please sign in to comment.