Skip to content

Commit

Permalink
💩 Try to bypass non-boolean rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nanarino committed Jan 9, 2025
1 parent 7f7e010 commit bd1fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/kanban/colors-copy.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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}`}
>
Expand Down

0 comments on commit bd1fbc7

Please sign in to comment.