From fa75dbe111dbd44b8ce1e4c63733771055e3be0d Mon Sep 17 00:00:00 2001 From: Jason Ernst Date: Thu, 19 Mar 2026 21:09:19 -0700 Subject: [PATCH] fix: merge duplicate class attributes in combined card SVG SVG doesn't allow duplicate attributes on the same element. Combine streak-number/stagger classes into a single class attribute. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/cards/combined.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cards/combined.js b/src/cards/combined.js index 533da15..c3acc6c 100644 --- a/src/cards/combined.js +++ b/src/cards/combined.js @@ -222,10 +222,10 @@ const renderCombinedCard = (data, options = {}) => { - ${streak.currentStreak} + ${streak.currentStreak} - Current Streak ${currentDates} @@ -234,8 +234,8 @@ const renderCombinedCard = (data, options = {}) => { - ${streak.longestStreak} + ${streak.longestStreak} Longest Streak