Skip to content

Commit

Permalink
Merge pull request techinpark#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.