diff --git a/src/index.ts b/src/index.ts index 4e9d8abd8..e43061df0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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) => {