This commit is contained in:
Timothy Jaeryang Baek
2026-06-29 12:46:37 -05:00
parent 37a9da50df
commit fb27716186

View File

@@ -69,7 +69,6 @@
{tool?.name}
</div>
{#if status}
<span class="size-2 rounded-full {status.dot} shrink-0"></span>
<span class="text-[11px] {status.pill} shrink-0">{status.label}</span>
{/if}
{#if toolSpecs.length > 0}
@@ -77,6 +76,9 @@
{toolSpecs.length}
</span>
{/if}
{#if status}
<span class="size-2 rounded-full {status.dot} shrink-0"></span>
{/if}
</div>
{#if tool?.meta?.description}