mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Better alt value
This commit is contained in:
parent
b82cb283cd
commit
78c82f3bc1
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…
Add table
Reference in a new issue