Skip to content

Commit

Permalink
Log card version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Jan 25, 2020
1 parent 26c3001 commit 5285ed6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ localForage.iterate((data, key) => {
}).catch((err) => {
console.warn('Purging has errored: ', err);
});

console.info(
'%c MINI-GRAPH-CARD %c 0.9.0-beta ',
'color: white; background: coral; font-weight: 700;',
'color: coral; background: white; font-weight: 700;',
);

0 comments on commit 5285ed6

Please sign in to comment.