Restyle first run hint

// FREEBIE
This commit is contained in:
lilia 2015-11-27 15:43:45 -08:00
parent 52b039a900
commit 152f59cc95
4 changed files with 17 additions and 4 deletions

View file

@ -6,7 +6,7 @@
window.Whisper = window.Whisper || {};
Whisper.HintView = Whisper.View.extend({
className: 'firstRun hint',
className: 'conversation placeholder',
templateName: 'hint',
});
})();