chore(website): hide download buttons on mobile

This commit is contained in:
Elian Doran
2025-09-27 11:34:09 +03:00
parent 3d780d7d02
commit babfc3cfb9
2 changed files with 8 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ function HeroSection() {
<div className="download-wrapper">
<DownloadButton big />
<a class="more-download-options" href="./download">see all download options</a>
<a class="more-download-options" href="./download">See all download options</a>
</div>
</div>