File tree 1 file changed +2
-2
lines changed
assets/javascripts/discourse-user-notes/connectors/user-card-post-names
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Component from "@glimmer/component";
2
2
import { action } from " @ember/object" ;
3
3
import { service } from " @ember/service" ;
4
4
import DButton from " discourse/components/d-button" ;
5
- import { emojiUrlFor } from " discourse/lib/text " ;
5
+ import emoji from " discourse/helpers/emoji " ;
6
6
import icon from " discourse-common/helpers/d-icon" ;
7
7
import I18n from " I18n" ;
8
8
import { showUserNotes } from " discourse/plugins/discourse-user-notes/discourse-user-notes/lib/user-notes" ;
@@ -43,7 +43,7 @@ export default class extends Component {
43
43
class =" btn-flat"
44
44
>
45
45
{{#if this . siteSettings.enable_emoji }}
46
- < img src = {{ emojiUrlFor " pencil" }} alt = " pencil " class = " emoji " />
46
+ {{ emoji " pencil" }}
47
47
{{else }}
48
48
{{icon " sticky-note" }}
49
49
{{/if }}
You can’t perform that action at this time.
0 commit comments