Skip to content

Commit

Permalink
Merge pull request #22 from namidapoo/dev
Browse files Browse the repository at this point in the history
Release `v1.0.3`
  • Loading branch information
namidapoo authored Dec 29, 2024
2 parents 0390f35 + 30e2d8f commit 48af44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/recap/components/grass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const ContributionGrass: FC<Props> = ({
</TooltipProvider>

<div className="flex items-end justify-between">
<p className="font-bold">{totalContributions} contributions</p>
<p className="font-bold text-foreground">{totalContributions} contributions</p>
<div className="flex gap-2 items-center">
<ActivityLevelIndicator />
<Button
Expand Down

0 comments on commit 48af44a

Please sign in to comment.