mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
Better alt value
This commit is contained in:
parent
b82cb283cd
commit
78c82f3bc1
@ -35,7 +35,7 @@ export default Vue.extend({
|
||||
|
||||
computed: {
|
||||
alt(): string {
|
||||
return this.customEmoji ? this.customEmoji.name : this.char;
|
||||
return this.customEmoji ? `:${this.customEmoji.name}:` : this.char;
|
||||
},
|
||||
|
||||
useOsDefaultEmojis(): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user