Skip to content

Commit

Permalink
Merge pull request #15 from 0rbit-co/betterIdeaQuest
Browse files Browse the repository at this point in the history
point fixed
  • Loading branch information
0rbitCo authored Mar 28, 2024
2 parents 4fd7c3f + 2e4f8fd commit 4c2d8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/quests/QuestsCall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ const QuestsCall = () => {
linker="https://github.com/0rbit-co/quest/blob/main/price-feed-bot.md"
name="Price Feed Bot"
text="Create a Bot that provides price feed for token(s)."
points="200.000"
points="200"
/>
<QuestCard
num="2"
linker="https://github.com/0rbit-co/quest/blob/main/news-feed-bot.md"
name="News Feed Bot"
text="Create a Cron-bot that will post the latest news every 4 hours."
points="300.000"
points="300"
/>
<QuestCard
num="3"
linker="https://github.com/0rbit-co/quest/blob/main/better-idea.md"
name="BetterIDEa"
text="Create an ao process using BetterIdea (with functionality)"
points="50.000"
points="50"
/>
</div>
);
Expand Down

0 comments on commit 4c2d8a8

Please sign in to comment.