mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-04 07:25:44 +03:00
Update external link icon
This commit is contained in:
parent
a4e3623530
commit
dc6fa34ee5
@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import { IconExternalLink } from '../icons';
|
|
||||||
import { open } from '@tauri-apps/api/shell';
|
import { open } from '@tauri-apps/api/shell';
|
||||||
|
import Icon from '$lib/icons/Icon.svelte';
|
||||||
|
|
||||||
let classes = '';
|
let classes = '';
|
||||||
export { classes as class };
|
export { classes as class };
|
||||||
@ -43,7 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{#if isExternal}
|
{#if isExternal}
|
||||||
<div class="shrink-0">
|
<div class="shrink-0">
|
||||||
<IconExternalLink class="h-3.5 w-3.5" />
|
<Icon name="open-link" />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user