diff --git a/src/lib/components/ComponentIndex/Card.svelte b/src/lib/components/ComponentIndex/Card.svelte index a1ef273..8223eba 100644 --- a/src/lib/components/ComponentIndex/Card.svelte +++ b/src/lib/components/ComponentIndex/Card.svelte @@ -95,22 +95,22 @@ {/each} -
-
- {#if stars > 0} + {#if stars > 0} +
+
{#if (repo || url).includes('github')} github logo {:else if (repo || url).includes('gitlab')} gitlab logo {/if} - {/if} +
+
+ ★ + {stars} +
+ +
-
- ★ - {stars} -
- - -
+ {/if}