mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +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>
|
||||
{/if}
|
||||
</div>
|
||||
{#if pkg.homepage}
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<span
|
||||
class="hover:text-primary cursor-pointer"
|
||||
on:click={() => shellOpenExternal(pkg.homepage)}>{pkg.homepage}</span
|
||||
>
|
||||
{#if pkg.maintainer}
|
||||
<span>{pkg.maintainer}</span>
|
||||
{/if}
|
||||
<p class="mt-4 text-sm">{pkg.desc}</p>
|
||||
<menu class="mt-4 flex h-10 gap-4 text-xs">
|
||||
|
|
Loading…
Reference in a new issue