wip: trpc
This commit is contained in:
parent
515d9a0008
commit
98d2399568
1 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@
|
||||||
class="no-underline"
|
class="no-underline"
|
||||||
>
|
>
|
||||||
{#if application.gitSource?.type === 'gitlab'}
|
{#if application.gitSource?.type === 'gitlab'}
|
||||||
<Icons.Sources.Github small={true} />
|
<Icons.Sources.GitHub small={true} />
|
||||||
{:else if application.gitSource?.type === 'github'}
|
{:else if application.gitSource?.type === 'github'}
|
||||||
<Icons.Sources.Gitlab small={true} />
|
<Icons.Sources.GitLab small={true} />
|
||||||
{/if}
|
{/if}
|
||||||
Open on Git <Icons.RemoteLink />
|
Open on Git <Icons.RemoteLink />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue