Skip to content

Commit 2b0961f

Browse files
committed
indent correction on code
1 parent 76bf404 commit 2b0961f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<section class="middle tab-bar-section">
2727

2828
<h1 class="right">
29-
<span ng-if="$root.updatingBalance">
30-
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
31-
</span>
32-
<span class="size-14" ng-if="!$root.updatingBalance">
33-
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
34-
</span>
29+
<span ng-if="$root.updatingBalance">
30+
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
31+
</span>
32+
<span class="size-14" ng-if="!$root.updatingBalance">
33+
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
34+
</span>
3535
</h1>
3636
<h1 class="title ellipsis">
3737
{{$root.wallet.getName()}}

0 commit comments

Comments
 (0)