Skip to content

Commit

Permalink
Added spacing between icon and label-text
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 24, 2020
1 parent 089545b commit 1ca4328
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 1ca4328

Please sign in to comment.