Skip to content

Commit

Permalink
Fix bug with expanding hash section (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Jan 1, 2025
1 parent 20039cd commit a3e53f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions get-firo/download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ <h3>{% t download.qt %}</h3>
<div class="system mac">
<a href="https://github.com/firoorg/firo/releases/download/v{{ site.data.downloads.firo_qt_version }}/firo-{{ site.data.downloads.firo_qt_version }}-arm64-macos.dmg">{% t download.downloadqtmarm %}</a>
<div class="tab">
<input type="checkbox" id="mh2">
<label class="tab-label" for="mh2">{% t download.hashesmacarm %}</label>
<input type="checkbox" id="mh12">
<label class="tab-label" for="mh12">{% t download.hashesmacarm %}</label>
<div class="tab-content">
<p>{{ site.data.downloads.qt_hashes_mac_arm }}</p>
</div>
Expand Down Expand Up @@ -93,8 +93,8 @@ <h3>{% t download.campfire %}</h3>
<div class="system win">
<a href="https://github.com/firoorg/campfire/releases/download/v{{ site.data.downloads.campfire_version }}/campfire-v{{ site.data.downloads.campfire_version}}-windows.zip">{% t download.downloadcampfirew %}</a>
<div class="tab">
<input type="checkbox" id="wh3">
<label class="tab-label" for="wh3">{% t download.hasheswindows %}</label>
<input type="checkbox" id="wh2">
<label class="tab-label" for="wh2">{% t download.hasheswindows %}</label>
<div class="tab-content">
<p>{{ site.data.downloads.campfire_hashes_win }}</p>
</div>
Expand Down Expand Up @@ -143,8 +143,8 @@ <h3>{% t download.electrum %}</h3>
<a href="https://github.com/firoorg/electrum-firo/releases/download/{{ site.data.downloads.firo_electrum_version }}/Firo-Electrum-{{ site.data.downloads.firo_electrum_version }}-setup-win64.exe">{% t download.downloadelectrumw %}</a>

<div class="tab">
<input type="checkbox" id="wh5">
<label class="tab-label" for="wh5">{% t download.hasheswindows %}</label>
<input type="checkbox" id="wh3">
<label class="tab-label" for="wh3">{% t download.hasheswindows %}</label>
<div class="tab-content">
<p>{{ site.data.downloads.electrum_hashes_win }}</p>
</div>
Expand Down

0 comments on commit a3e53f3

Please sign in to comment.