We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2a07d commit 5b24797Copy full SHA for 5b24797
_includes/desktop-table.html
@@ -69,8 +69,8 @@ <h3><i class="big remove circle icon"></i></h3>
69
70
{%- endif -%}
71
</td>
72
- <td class="{% if website.othercrypto %}positive{% else %}negative{% endif %} icon">
73
- {%- if website.othercrypto -%}
+ <td class="{% if website.othercrypto or website.bsv %}positive{% else %}negative{% endif %} icon">
+ {%- if website.othercrypto or website.bsv -%}
74
<span data-tooltip="Other cryptocurrencies are accepted at {{ website.name }}" data-position="top center" data-inverted="">
75
<i class="checkmark large icon"></i>
76
</span>
0 commit comments