From 996624d4405ed1e5ba5fc2743b90f1237cbee846 Mon Sep 17 00:00:00 2001 From: Strokkur24 Date: Thu, 16 Apr 2026 18:40:31 +0200 Subject: [PATCH] fix: default SoftwarePreview icon color to white --- src/components/data/SoftwarePreview.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/data/SoftwarePreview.astro b/src/components/data/SoftwarePreview.astro index 5e6c78af..6d98fce5 100644 --- a/src/components/data/SoftwarePreview.astro +++ b/src/components/data/SoftwarePreview.astro @@ -24,7 +24,7 @@ const { id, name, icon, description, type, eol } = Astro.props;
- +

{name}