mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 19:15:25 +03:00
Remove open in GitButler cloud link
This commit is contained in:
parent
c01c5aec8c
commit
4bca896717
@ -142,12 +142,6 @@
|
||||
<Tooltip label="Send feedback">
|
||||
<IconEmail class="h-4 w-4" on:click={() => events.emit('openSendIssueModal')} />
|
||||
</Tooltip>
|
||||
|
||||
{#if $project?.api?.sync}
|
||||
<Link target="_blank" rel="noreferrer" href={projectUrl($project)}>
|
||||
Open in GitButler Cloud
|
||||
</Link>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user