Skip to content

Commit b53678e

Browse files
kenman345EchterAgo
authored andcommitted
Update mobile-table.html
1 parent 5b24797 commit b53678e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/mobile-table.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3><i class="big remove circle icon"></i></h3>
3838
<div class="main {{main_class}}">
3939
{% include segment/table-row-title.html section=section_id website=website type='mobile' show_social=show_social %}
4040
{%- if website.status -%}
41-
{%- elsif website.bch or website.btc or website.othercrypto -%}
41+
{%- elsif website.bch or website.btc or website.othercrypto or website.bsv -%}
4242
<p>Supported:</p>
4343
{%- if website.bch -%}
4444
<div class="mobile-logo coin-wrap green-coin-wrap">
@@ -56,7 +56,7 @@ <h3><i class="big remove circle icon"></i></h3>
5656
</span>
5757
</div>
5858
{%- endif -%}
59-
{%- if website.othercrypto -%}
59+
{%- if website.othercrypto or website.bsv-%}
6060
<div class="mobile-logo tbl-other-crypto">Other<br>Crypto</div>
6161
{%- endif -%}
6262
{%- if website.doc or website.twitter or website.facebook or website.email_address -%}
@@ -65,7 +65,7 @@ <h3><i class="big remove circle icon"></i></h3>
6565
<a href="{{ website.doc }}" class="ui button mini blue docs" target="_blank" title="{{page.rtfm}} {{website.name}}'s website"><i class="book big icon"></i></a>
6666
{%- endif -%}
6767
{%- if website.bch -%}
68-
{%- elsif website.btc or website.othercrypto -%}
68+
{%- elsif website.btc or website.othercrypto or website.bsv -%}
6969
{%- if website.twitter -%}
7070
{%- assign social_count = social_count | plus: '1' -%}
7171
<a title="{{page.link_tweet|replace:'TWITTERHANDLE',website.twitter}}" class="ui twitter mini button" href="https://twitter.com/share?url={{site.twitter_url|cgi_escape}}&amp;text={{workonit_tweet|replace:'TWITTERHANDLE',website.twitter|cgi_escape}}&amp;hashtags={{page.hash|cgi_escape}}" target="_blank">Ask on <i class="twitter big icon"></i></a>

0 commit comments

Comments
 (0)