Better alt value
This commit is contained in:
parent
3abe632f06
commit
3fe934ee62
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default Vue.extend({
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
alt(): string {
|
alt(): string {
|
||||||
return this.customEmoji ? this.customEmoji.name : this.char;
|
return this.customEmoji ? `:${this.customEmoji.name}:` : this.char;
|
||||||
},
|
},
|
||||||
|
|
||||||
useOsDefaultEmojis(): boolean {
|
useOsDefaultEmojis(): boolean {
|
||||||
|
|
Loading…
Reference in a new issue