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

@@ -31,7 +31,8 @@ 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 desktop-only" href="./download">See all download options</a>
<Button href="./download" className="mobile-only" text="See download options" />
<div className="additional-options">
<Button iconSvg={gitHubIcon} outline text="GitHub" href="https://github.com/TriliumNext/Trilium/" openExternally />
<Button iconSvg={dockerIcon} outline text="Docker Hub" href="https://hub.docker.com/r/triliumnext/trilium" openExternally />