Skip to content

Commit d37b9f9

Browse files
committed
style: Capitalize legend labels in contribution_map.tsx
1 parent a5bd4df commit d37b9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/contribution_map/contribution_map.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const ContributionMap: React.FC = () => {
1313
weekdays: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
1414
totalCount: '{{count}} contributions in 2024',
1515
legend: {
16-
less: 'less',
17-
more: 'more',
16+
less: 'Less',
17+
more: 'More',
1818
},
1919
};
2020

0 commit comments

Comments
 (0)