wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-13 13:13:28 +01:00
parent 515d9a0008
commit 98d2399568

View File

@@ -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>