This commit is contained in:
nha dev 2022-04-11 18:54:19 +05:30
parent 518a6b2a26
commit 516a6fd6f4
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
<div class="flex items-center px-2 lg:px-0 xl:w-64">
<a href="/">
<div class="flex-shrink-0">
<img class="h-8 w-auto" src={"#{ Routes.static_path(@conn, "/images/zcash-icon-white.svg")}"} alt="Block Explorer">
<img class="h-8 w-auto" src={"#{Routes.static_path(@conn, "/images/zcash-icon-white.svg")}"} alt="Zcash Block Explorer" >
</div>
</a>
<a href="/">
<div class="flex-shrink-0 px-1 text-white">
Block Explorer
Zcash Block Explorer
</div>
</a>
</div>