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}}
 | 
					{{#await imagePromise}}
 | 
				
			||||||
<svg>
 | 
					<!-- 1x1 transparent png -->
 | 
				
			||||||
  <use xlink:href="#fa-user" />
 | 
					<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=" />
 | 
				
			||||||
</svg>
 | 
					 | 
				
			||||||
{{then src}}
 | 
					{{then src}}
 | 
				
			||||||
<img alt="Profile picture for @{{account.acct}}" src="{{account.avatar}}" />
 | 
					<img alt="Profile picture for @{{account.acct}}" src="{{account.avatar}}" />
 | 
				
			||||||
{{catch error}}
 | 
					{{catch error}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue