Skip to content

Commit

Permalink
Merge pull request #5 from staabm/patch-2
Browse files Browse the repository at this point in the history
Added spacing between icon and label-text
  • Loading branch information
maxam2017 committed Apr 24, 2020
2 parents 5ad751a + 1ca4328 commit 6f5135c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ interface IRepo {
if (!sum) return;

const oneDay = [
{ label: '馃尀Morning', commits: morning },
{ label: '馃寙Daytime', commits: daytime },
{ label: '馃寖Evening', commits: evening },
{ label: '馃寵Night', commits: night },
{ label: '馃尀 Morning', commits: morning },
{ label: '馃寙 Daytime', commits: daytime },
{ label: '馃寖 Evening', commits: evening },
{ label: '馃寵 Night', commits: night },
];

const lines = oneDay.reduce((prev, cur) => {
Expand Down

0 comments on commit 6f5135c

Please sign in to comment.