Skip to content

Commit be9c048

Browse files
gozart1chappjc
authored andcommitted
fix bogus timestamp in 1st row of explorer.tmpl
1 parent 8dfe14a commit be9c048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/explorer.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="row fs13">
1616
<div class="col d-flex justify-content-between">
1717
<a id="prev" class="no-underline" href="/explorer">◄ Older</a>
18-
<p id="best" class="hidden timestamp">{{.BestBlock}}</p>
18+
<p id="best" class="hidden">{{.BestBlock}}</p>
1919
<a id="next" class="no-underline" href="/explorer">Newer ►</a>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)