feat(website): improve hero download buttons on mobile

This commit is contained in:
Elian Doran
2025-09-27 14:27:31 +03:00
parent 6fda669307
commit 8416dab870
5 changed files with 20 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ const { name, url } = getRecommendedDownload();
export default function DownloadButton({ big }: DownloadButtonProps) {
return (
<Button
className={`download-button ${big ? "big" : ""}`}
className={`download-button desktop-only ${big ? "big" : ""}`}
href={url}
iconSvg={downloadIcon}
text={<>