We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc527b5 commit cb85147Copy full SHA for cb85147
1 file changed
components/dashboard/StatsCard.tsx
@@ -65,8 +65,7 @@ export default function StatsCard({
65
{showUTCDisclaimer && (
66
<div className="mt-3 space-y-1">
67
<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.
+ ℹ Streaks are calculated in UTC and may differ from your local timezone.
70
</p>
71
72
{utcDate && <p className="text-[10px] text-[#52525B]">UTC Date: {utcDate}</p>}
0 commit comments