removed duplicate case label

This commit is contained in:
Paul Wilde 2025-01-24 10:22:34 +00:00
parent 0c59629b17
commit 6de0aff1dc

View file

@ -37,11 +37,11 @@ proc getDesign(pcnt: float): string =
case pcnt:
of 85..100:
icon = "🌕"
of 75..85:
of 75..84:
icon = "🌖"
of 50..75:
of 50..74:
icon = "🌗"
of 35..50:
of 35..49:
icon = "🌘"
else:
icon = "🌑"