From 032fbc278c3cd8588bc1d5eaac63d81161a2e145 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=A5=8A=20EffortIndicator.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EffortIndicator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/EffortIndicator.ts b/src/components/EffortIndicator.ts index caaaedc..3e6925c 100644 --- a/src/components/EffortIndicator.ts +++ b/src/components/EffortIndicator.ts @@ -40,3 +40,4 @@ export function effortLevelToSymbol(level: EffortLevel): string { return EFFORT_HIGH } } +