ui: fix git icon
This commit is contained in:
parent
c17064f853
commit
534ccd6bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue