Skip to content

Commit 53afb80

Browse files
authored
fix: Update Contribution Count Label to 'Last 365 Days' (Fixes JhaSourav07#223) (JhaSourav07#831)
This Pull Request updates the description label on the contribution metric from `'Last Year'` to `'Last 365 Days'` to match the rolling 12-month data retrieved from the GitHub API, resolving user confusion. Closes JhaSourav07#223.
2 parents 6acaf20 + 96e907f commit 53afb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(root)/dashboard/[username]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default async function DashboardPage({
153153
<StatsCard
154154
title="Contributions"
155155
value={data.stats.totalContributions.toString()}
156-
description="Last Year"
156+
description="Last 365 Days"
157157
icon="GitCommit"
158158
/>
159159
</div>

0 commit comments

Comments
 (0)