Skip to content

Commit

Permalink
fix wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jul 25, 2024
1 parent 5100aa6 commit 90ef355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class FarmLockBlockHeader extends ConsumerWidget {
farmLock: farmLock,
farm: farm,
width: constraints.maxWidth,
height: 290,
height: 320,
sortCriteria: sortCriteria,
),
const SizedBox(
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/views/util/consent_uri.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const kURITermsOfUse = 'https://www.archethic.net/terms-of-use-defi.html';
const kURIFarmLockFarmTuto =
'https://wiki.archethic.net/participate/dex/Guide_Usage/farming';
const kURIFarmLockPoolTuto =
'http://localhost:9000/participate/dex/Guide_Usage/liquidity_pool';
'https://wiki.archethic.net/participate/dex/Guide_Usage/liquidity_pool';

0 comments on commit 90ef355

Please sign in to comment.