Skip to content

Commit

Permalink
Merge pull request #100 from NazarUsov/testnet/issues
Browse files Browse the repository at this point in the history
Issue 84
  • Loading branch information
cryptozoidberg authored Feb 13, 2024
2 parents 18cb69f + 4eb8363 commit c039d9d
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 192 deletions.
2 changes: 1 addition & 1 deletion html_source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build --watch": "ng build --output-path \"D:/work/nazar/Zano/html\" --watch",
"build --watch": "ng build --output-path \"/Applications/Zano.app/Contents/MacOS/html\" --watch",
"build --html": "node update-build-time.js && ng build --output-path \"../html/\"",
"test": "ng test",
"lint": "ng lint",
Expand Down
14 changes: 8 additions & 6 deletions html_source/src/app/pages/wallet/tabs/assets/assets.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,14 @@ import { defaultImgSrc, zanoAssetInfo } from '@parts/data/assets';
</a>
</li>
<li class="item">
<a routerLink="/wallet/create-swap" [state]="{ asset: currentAsset }" class="w-100 px-2 py-1">
<i class="icon swap mr-1"></i>
<span>{{ 'Swap' | translate }}</span>
</a>
</li>
<ng-container *ngIf="false">
<li class="item">
<a routerLink="/wallet/create-swap" [state]="{ asset: currentAsset }" class="w-100 px-2 py-1">
<i class="icon swap mr-1"></i>
<span>{{ 'Swap' | translate }}</span>
</a>
</li>
</ng-container>
<ng-container *ngIf="currentAsset.asset_info.ticker !== 'ZANO'">
<li class="item">
Expand Down
Loading

0 comments on commit c039d9d

Please sign in to comment.