mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
copied text to teal (#537)
This commit is contained in:
parent
b7ddfa04fe
commit
ff8194f715
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
/>
|
/>
|
||||||
<ButtonIcon icon="link" helpText="share package" on:click={copyPackagePantryLink} />
|
<ButtonIcon icon="link" helpText="share package" on:click={copyPackagePantryLink} />
|
||||||
{#if copied}
|
{#if copied}
|
||||||
<p class="text-primary">copied!</p>
|
<p class="text-teal">copied!</p>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{#if pkg.maintainer}
|
{#if pkg.maintainer}
|
||||||
|
|
Loading…
Reference in a new issue