mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 15:04:00 +01:00 
			
		
		
		
	Fix file extension on gogs.png (#35793)
During https://github.com/go-gitea/gitea/issues/35790, it was noticed that this PNG image had the wrong file extension. I also verified `dingtalk.ico` and that one is actually an `.ico`.
This commit is contained in:
		
							parent
							
								
									8b290b87e9
								
							
						
					
					
						commit
						c3472dd395
					
				| 
		 Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB  | 
@ -5,7 +5,7 @@
 | 
			
		||||
{{if eq .HookType "gitea"}}
 | 
			
		||||
	{{svg "gitea-gitea" $size "img"}}
 | 
			
		||||
{{else if eq .HookType "gogs"}}
 | 
			
		||||
	<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/gogs.ico">
 | 
			
		||||
	<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/gogs.png">
 | 
			
		||||
{{else if eq .HookType "slack"}}
 | 
			
		||||
	<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/slack.png">
 | 
			
		||||
{{else if eq .HookType "discord"}}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user