FIX: Footer message was missing the class

This commit is contained in:
Robin Ward
2017-08-17 14:39:42 -04:00
parent 9246bc3400
commit 4b0dcd64eb
3 changed files with 12 additions and 23 deletions
@@ -0,0 +1,3 @@
export default Ember.Component.extend({
classNames: ['footer-message']
});