From b664c6a7d8d20d99bb0273f4127473bf5972c3de Mon Sep 17 00:00:00 2001 From: Gerard Lesan Date: Fri, 6 Feb 2026 17:54:11 +0100 Subject: [PATCH 1/2] style: Remove Editions Note and add possible DEs message in the desktop edition description --- src/components/widgets/Editions.astro | 2 +- src/components/widgets/EditionsNote.astro | 16 ---------------- src/pages/download.astro | 2 -- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 src/components/widgets/EditionsNote.astro diff --git a/src/components/widgets/Editions.astro b/src/components/widgets/Editions.astro index 8d6915f..50fbb78 100644 --- a/src/components/widgets/Editions.astro +++ b/src/components/widgets/Editions.astro @@ -29,7 +29,7 @@ const items = [ { title: 'Desktop Edition', description: - 'Empower your computing with a modern, customizable desktop environment — browse the web, stay connected with friends and family, manage files, enjoy multimedia, and work efficiently in a visually stunning interface that adapts to your needs. Benefit from Free and Open Source Software with a focus on security, privacy, and peace of mind.', + 'Empower your computing with a modern, customizable desktop environment — browse the web, stay connected with friends and family, manage files, enjoy multimedia, and work efficiently in a visually stunning interface that adapts to your needs. Benefit from Free and Open Source Software with a focus on security, privacy, and peace of mind. \n \n From the installer you will be able to choose between a range of Desktop Environments, Wayland Compositors and X11 Window Managers including KDE Plasma, GNOME, XFCE, i3, Wayfire, LXQt, Openbox, Cinnamon, COSMIC, UKUI, LXDE, Mate, Budgie, Qtile, Hyprland, Sway and Niri.', direct_url: generateDownloadLink( ISOEdition.DESKTOP, versions.desktopISOVersion, diff --git a/src/components/widgets/EditionsNote.astro b/src/components/widgets/EditionsNote.astro deleted file mode 100644 index 4fb49d9..0000000 --- a/src/components/widgets/EditionsNote.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import { Icon } from 'astro-icon/components'; ---- - -
-
- - Select Your Preferred Edition: Choose from a range of Desktop Environments, Wayland Compositors and X11 Window Managers including - KDE Plasma, GNOME, XFCE, i3, Wayfire, LXQt, Openbox, Cinnamon, COSMIC, UKUI, LXDE, Mate, Budgie, - Qtile, Hyprland, Sway and Niri. Simply download and install using the online GUI ISO installer. -
-
diff --git a/src/pages/download.astro b/src/pages/download.astro index 06b39c9..5196833 100644 --- a/src/pages/download.astro +++ b/src/pages/download.astro @@ -3,7 +3,6 @@ import { SITE } from '~/config.mjs'; import { getCanonical, getPermalink } from '~/utils/permalinks'; import Layout from '~/layouts/PageLayout.astro'; -import Note from '~/components/widgets/EditionsNote.astro'; import Editions from '~/components/widgets/Editions.astro'; const meta = { @@ -14,6 +13,5 @@ const meta = { --- - From 59a48f98c9a81ea4295bfc703d766b718850a420 Mon Sep 17 00:00:00 2001 From: Gerard Lesan Date: Fri, 6 Feb 2026 17:59:42 +0100 Subject: [PATCH 2/2] style: Remove Editions Note and add possible DEs message in the desktop edition description --- src/components/widgets/Editions.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/Editions.astro b/src/components/widgets/Editions.astro index 50fbb78..fb1e69c 100644 --- a/src/components/widgets/Editions.astro +++ b/src/components/widgets/Editions.astro @@ -94,7 +94,7 @@ const items = [

{title}

-

+

{description}