Skip to content

Commit

Permalink
fix: Capitalize recently visited badge
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Feb 14, 2025
1 parent 29e1a57 commit adda605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ListRepo/RepoTitleLink/RepoTitleLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function RepoTitleLink({
)}
{isRecentlyVisited && (
<Label variant="plain" className="ml-2">
recently visited
Recently visited
</Label>
)}
</div>
Expand Down

0 comments on commit adda605

Please sign in to comment.