mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
show maintainer instead of homepage in package banner
This commit is contained in:
parent
561a973721
commit
0d857c49b5
1 changed files with 2 additions and 6 deletions
|
@ -79,12 +79,8 @@
|
||||||
<p class="text-green">copied!</p>
|
<p class="text-green">copied!</p>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{#if pkg.homepage}
|
{#if pkg.maintainer}
|
||||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
<span>{pkg.maintainer}</span>
|
||||||
<span
|
|
||||||
class="hover:text-primary cursor-pointer"
|
|
||||||
on:click={() => shellOpenExternal(pkg.homepage)}>{pkg.homepage}</span
|
|
||||||
>
|
|
||||||
{/if}
|
{/if}
|
||||||
<p class="mt-4 text-sm">{pkg.desc}</p>
|
<p class="mt-4 text-sm">{pkg.desc}</p>
|
||||||
<menu class="mt-4 flex h-10 gap-4 text-xs">
|
<menu class="mt-4 flex h-10 gap-4 text-xs">
|
||||||
|
|
Loading…
Reference in a new issue