From bd1fbc7f018a9b7c68a79fc9ecd54a3ab00f62af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=98?= Date: Fri, 10 Jan 2025 02:21:40 +0800 Subject: [PATCH] :poop: Try to bypass non-boolean rules see https://github.com/withastro/astro/issues/11342 --- src/components/kanban/colors-copy.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/kanban/colors-copy.astro b/src/components/kanban/colors-copy.astro index c5fd92a..9218213 100644 --- a/src/components/kanban/colors-copy.astro +++ b/src/components/kanban/colors-copy.astro @@ -27,7 +27,7 @@ import colours from "./colors" i + 1 })`, }} - data-primary={i >= 5} + data-primary={i >= 5 ? "" : null} data-round title={`--${color}-${i + 1}`} >