refactor: update UI styling and download link to point to GitHub releases

This commit is contained in:
2025-10-14 12:01:33 +02:00
parent ad1d11cdf1
commit 34956dc5b3
7 changed files with 19 additions and 129 deletions

View File

@@ -4,8 +4,10 @@ import { ArrowDownTrayIcon } from '@heroicons/react/24/solid'
export function DownloadLink() {
return (
<Link
href="#"
href="https://github.com/threefoldtech/mycelium/releases"
aria-label="Download Mycelium"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center rounded-lg bg-cyan-500 px-4 py-2 text-sm font-semibold text-white hover:bg-cyan-600 transition-colors"
>
<ArrowDownTrayIcon className="h-5 w-5 mr-2" />