Skip to content

Commit

Permalink
Fix dynamic APR
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Aug 30, 2024
1 parent bdb3c90 commit 8362667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aedex
description: Enable direct peer-to-peer trading of digital assets on the Archethic blockchain, eliminating the need for centralized intermediaries.
publish_to: "none"

version: 1.2.0+81
version: 1.2.0+82

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion web/dex.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ <h3 class="text-xl fw-bold">Bridge</h3>
<div class="col-lg-4 mb-4">
<div class="bg-2 rounded-xl p-4 p-sm-5 h-100 d-flex align-items-start flex-column">
<h3 class="text-xl fw-bold">Farm</h3>
<p class="op-08">Farm and earn up to 395% APR in UCO Tokens.</p>
<p class="op-08 dynamic-apr">Farm and earn up to <span class="farm-apr">395%</span> APR in UCO
Tokens.</p>
<a href="/earn" class="btn btn-primary mt-auto">Earn now <i
class="bi bi-arrow-right ms-2"></i></a>
</div>
Expand Down

0 comments on commit 8362667

Please sign in to comment.