From 531fb3dcc2f38869e9927dd7e9248fc2456ddcf1 Mon Sep 17 00:00:00 2001 From: suba <84484832+suba327777@users.noreply.github.com> Date: Mon, 27 May 2024 01:29:09 +0900 Subject: [PATCH] remove: font-weight --- ui/card.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/card.go b/ui/card.go index ed3fe77..cc7386d 100644 --- a/ui/card.go +++ b/ui/card.go @@ -17,7 +17,7 @@ func title(mountainIcon, textColor, username string) string { return fmt.Sprintf(` %s - %s + %s `, mountainIcon, textColor, username) } @@ -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 Total Commits - (2024) - %s + %s Total Commits + (2024) + %s