Content iteration
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions

This commit is contained in:
2025-02-21 09:44:20 +01:00
parent 38a1031b2b
commit 7390b3ceb5
16 changed files with 43 additions and 34 deletions

View File

@@ -47,12 +47,23 @@
</dt>
<dd class="mt-1 flex flex-auto flex-col">
<p class="flex-auto leading-normal font-light text-black text-sm">
Download Mycelium App from the Google Play Store.</p>
Download Mycelium from the Google Play Store.</p>
<p class="mt-3">
<a href="https://play.google.com/store/apps/details?id=tech.threefold.mycelium" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Download Now <span aria-hidden="true"></span></a>
</p>
</dd>
</div>
</div>
<div class="fade-in-box flex flex-col p-8 rounded-2xl bg-transparent hover:bg-transparent items-start">
<img src="/images/icons/linux.png" alt="Android" class="w-16 h-16 justify-start">
<dt class="mt-2 flex items-center gap-x-3 text-base lg:text-md rounded-2xl font-semibold text-black">
Download for Linux
</dt>
<dd class="mt-1 flex flex-auto flex-col">
<p class="flex-auto leading-normal font-light text-black text-sm">
Download the Mycelium binary for Linux directly from its Github repository.</p>
<p class="mt-3">
<a href="https://github.com/threefoldtech/mycelium/releases/latest" target="_blank" class="text-sm/6 font-semibold text-black hover:text-gray-300">Download Now <span aria-hidden="true"></span></a>
</dl>
</div>
</div>