From 8a54458790afec359b3161493ccf35a12b83551e Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:27:01 +0200 Subject: [PATCH] render a button for other linux --- static/assets/stores/download_for_linux.svg | 79 +++++++++++++++++++++ templates/macros/clients.html | 4 ++ 2 files changed, 83 insertions(+) create mode 100644 static/assets/stores/download_for_linux.svg diff --git a/static/assets/stores/download_for_linux.svg b/static/assets/stores/download_for_linux.svg new file mode 100644 index 0000000000..acffeda668 --- /dev/null +++ b/static/assets/stores/download_for_linux.svg @@ -0,0 +1,79 @@ + + + + + + + + + Linux + + + + + + + diff --git a/templates/macros/clients.html b/templates/macros/clients.html index 8e74f3ad58..8d8689ffc8 100644 --- a/templates/macros/clients.html +++ b/templates/macros/clients.html @@ -58,6 +58,10 @@ Download on Flathub {% endif %} +{% if packages.other_linux_link %} +Download for Linux +{% endif %} {% if packages.webapp %} Use in your browser {% endif %}