Skip to content

Commit

Permalink
fix junk display
Browse files Browse the repository at this point in the history
  • Loading branch information
hmisty committed Jan 1, 2024
1 parent 931200b commit b995c8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/addressInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ <h1>
<td>CryptoJunks</td>
<td><span data-ng-repeat="cj in allCryptoJunks">
<div style="float:left; margin-left:1px;">
<div style="background-color: #638596;"><image alt="{{cj.tokenInfo.name}}" height="64px" style="margin:0 2px 2px 0; image-rendering: pixelated;" src="{{cj.tokenInfo.image}}"></image></div>
<div style="text-align:center">#{{cj.id}}</div>
<div data-ng-if="cj.tokenInfo != undefined" style="background-color: #638596;"><span style="display:inline-block;width:64px;height:64px;margin:0 2px 2px 0;"><image alt="{{cj.tokenInfo.name}}" height="64px" style="image-rendering: pixelated;" src="{{cj.tokenInfo.image}}"></image></span></div>
<div data-ng-if="cj.tokenInfo == undefined" style="background-color: #638596;"><span style="display:inline-block;width:64px;height:64px;margin:0 2px 2px 0;"></span></div>
<div style="text-align:center">#{{cj.id}}</div>
</div>
</span>
</td>
Expand Down

0 comments on commit b995c8b

Please sign in to comment.