ui: fix git icon
This commit is contained in:
		@@ -218,7 +218,7 @@
 | 
				
			|||||||
				id="git"
 | 
									id="git"
 | 
				
			||||||
				href="{application.gitSource.htmlUrl}/{application.repository}/tree/{application.branch}"
 | 
									href="{application.gitSource.htmlUrl}/{application.repository}/tree/{application.branch}"
 | 
				
			||||||
				target="_blank"
 | 
									target="_blank"
 | 
				
			||||||
				class="w-10"
 | 
									class="w-6 h-6"
 | 
				
			||||||
			>
 | 
								>
 | 
				
			||||||
				{#if application.gitSource?.type === 'gitlab'}
 | 
									{#if application.gitSource?.type === 'gitlab'}
 | 
				
			||||||
					<svg viewBox="0 0 128 128" class="icons">
 | 
										<svg viewBox="0 0 128 128" class="icons">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user