From b76a9a0184098d970758200aa8280a3c69106ae5 Mon Sep 17 00:00:00 2001 From: suba <84484832+suba327777@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:07:42 +0900 Subject: [PATCH] fix: left card potision --- ui/card.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/card.go b/ui/card.go index b3041b4..e36e9d4 100644 --- a/ui/card.go +++ b/ui/card.go @@ -27,14 +27,14 @@ func leftInfo(dailyCommitsMonthCount, endOfMonth int, treeIcon, climberIcon, tex %s - Commit Day - Per Month - %d/%d + Commit Day + Per Month + %d/%d - %s Month - Commit - %s + %s Commits + Per Month + %s `, treeIcon, textColor, textColor, textColor, dailyCommitsMonthCount, endOfMonth, climberIcon, textColor, textColor, textColor, formatCommitsMonthCount)