Skip to content

Commit 4387e45

Browse files
Remove Grin Explorer
1 parent 01f01c0 commit 4387e45

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

static/css/custom.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
.btc-testnet {
3434
background: url(../img/btc-testnet.svg) center no-repeat;
3535
}
36-
.grin {
37-
background: url(../img/grin.svg) center no-repeat;
38-
}
3936
.ltc {
4037
background: url(../img/ltc.svg) center no-repeat;
4138
}

static/img/grin.svg

Lines changed: 0 additions & 17 deletions
This file was deleted.

static/img/grinmint_ad.png

-11.4 KB
Binary file not shown.

templates/home.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ <h2>Browse the Blockchain</h2>
9393
<span class="mpsb">Ethereum</span>
9494
</a>
9595
</div>
96-
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-4">
97-
<a href="https://grinmint.com/explorer/" class="grin coin">
98-
<span class="mpsb">Grin</span>
99-
</a>
100-
</div>
10196
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-4">
10297
<a href="{% url 'coin_overview' 'ltc' %}" class="ltc coin">
10398
<span class="mpsb">Litecoin</span>
@@ -211,7 +206,6 @@ <h2>Browse the Blockchain</h2>
211206
var sites = {
212207
piiko: "https://www.piiko.co",
213208
texcent: "http://texcent.com",
214-
grinmint: "https://grinmint.com",
215209
tradecore: "https://tradecore.com/"
216210
};
217211
var chosen_idx = Date.now() % ads.length;

0 commit comments

Comments
 (0)