diff --git a/public/js/directives/directives.js b/public/js/directives/directives.js index b5a35a69c1..be8982f076 100644 --- a/public/js/directives/directives.js +++ b/public/js/directives/directives.js @@ -82,7 +82,7 @@ habitrpg.directive('habitrpgSortable', ['User', function(User) { // } }); - emoji.img_path = 'bower_components/gemoji/images/emoji/unicode/'; + emoji.img_path = 'bower_components/habitrpg-shared/img/emoji/unicode/'; var toHtml = function (markdown) { if (markdown == undefined)