Finish revert and apply stashed changes

This commit is contained in:
2025-09-14 17:21:38 +02:00
parent 7efede267d
commit 6343a22a8c
32 changed files with 135 additions and 2168 deletions

View File

@@ -9,7 +9,7 @@ export function DownloadLink() {
className="inline-flex items-center rounded-lg bg-gray-800 px-4 py-2 text-sm font-semibold text-white hover:bg-gray-900 transition-colors"
>
<ArrowDownTrayIcon className="h-5 w-5 mr-2" />
Get Mycelium
Get Started
</Link>
)
}