forked from cybrespace/pinafore
		
	fix weird-looking placeholder avatar image
This commit is contained in:
		
							parent
							
								
									7582f34d24
								
							
						
					
					
						commit
						5d69521db3
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
{{#await imagePromise}}
 | 
			
		||||
<svg>
 | 
			
		||||
  <use xlink:href="#fa-user" />
 | 
			
		||||
</svg>
 | 
			
		||||
<!-- 1x1 transparent png -->
 | 
			
		||||
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" />
 | 
			
		||||
{{then src}}
 | 
			
		||||
<img alt="Profile picture for @{{account.acct}}" src="{{account.avatar}}" />
 | 
			
		||||
{{catch error}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue