wip: trpc
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user