Skip to content

Commit

Permalink
Merge pull request #442 from Kvaibhav01/master
Browse files Browse the repository at this point in the history
Added contribution info log
  • Loading branch information
jayehernandez authored Oct 14, 2020
2 parents 850df66 + 9612591 commit 1ad33a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Vue.directive('click-outside', {
},
});

// A log to be viewed in dev tools with contribution info
console.log(
"%c Welcome to dev tools on Letra! If you'd like to learn more about this repo please visit: https://github.com/jayehernandez/letra-extension ✨",
'background: #1e264e; color: #d9c278',
);

(() =>
new Vue({
el: '#app',
Expand Down

0 comments on commit 1ad33a2

Please sign in to comment.