mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
feat(website): improve hero download buttons on mobile
This commit is contained in:
@@ -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={<>
|
||||
|
||||
Reference in New Issue
Block a user