Skip to content

Commit 4c156d7

Browse files
authored
Merge pull request #259 from tjklint/refactor(1page)
style: Capitalize legend labels in contribution_map.tsx
2 parents f6a4167 + d37b9f9 commit 4c156d7

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)