From c8de1a3f740cf5104122fa66744fce83c328fa14 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 15 Mar 2026 00:15:04 +0100 Subject: [PATCH] demo sw status --- apps/frontend/src/pages/catalog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/frontend/src/pages/catalog.astro b/apps/frontend/src/pages/catalog.astro index d370450..9196e74 100644 --- a/apps/frontend/src/pages/catalog.astro +++ b/apps/frontend/src/pages/catalog.astro @@ -20,6 +20,7 @@ const softwares = json.softwares;
+
@@ -194,6 +195,7 @@ const softwares = json.softwares; @apply px-2 py-0.5 rounded text-xs font-bold uppercase; } .status-released { @apply bg-green-100 text-green-800 border border-green-200; } + .status-demo { @apply bg-blue-100 text-blue-800 border border-blue-200; } .status-development { @apply bg-yellow-100 text-yellow-800 border border-yellow-200; } .status-archived { @apply bg-gray-100 text-gray-800 border border-gray-200; }