Skip to content

Commit cb85147

Browse files
committed
fix(pr): align StatsCard with current main for PR JhaSourav07#2219
1 parent fc527b5 commit cb85147

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

components/dashboard/StatsCard.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ export default function StatsCard({
6565
{showUTCDisclaimer && (
6666
<div className="mt-3 space-y-1">
6767
<p className="text-[11px] text-[#71717A] leading-relaxed">
68-
<span aria-hidden="true">ℹ</span> Streaks are calculated in UTC and may differ from
69-
your local timezone.
68+
ℹ Streaks are calculated in UTC and may differ from your local timezone.
7069
</p>
7170

7271
{utcDate && <p className="text-[10px] text-[#52525B]">UTC Date: {utcDate}</p>}

0 commit comments

Comments
 (0)