Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add power up bounties to faq also #428

Merged
merged 1 commit into from
May 1, 2024
Merged
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
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