mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	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: {
 | 
			
		||||
		alt(): string {
 | 
			
		||||
			return this.customEmoji ? this.customEmoji.name : this.char;
 | 
			
		||||
			return this.customEmoji ? `:${this.customEmoji.name}:` : this.char;
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		useOsDefaultEmojis(): boolean {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue