From 8142d69bb7df0d12415165557a2ba565c25d1f7d Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:41:18 +0200 Subject: [PATCH] Make download button js-less most of the time --- src/components/DownloadButton.astro | 30 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/components/DownloadButton.astro b/src/components/DownloadButton.astro index 248a9f6..010d22f 100644 --- a/src/components/DownloadButton.astro +++ b/src/components/DownloadButton.astro @@ -15,13 +15,17 @@ const { t } = await getI18n(Astro.locals.currentLocale); {/* ------------------------------------------- HTML ------------------------------------------- */} - -