mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-07 12:47:45 +00:00
fix: print also if 0 stars
This commit is contained in:
@@ -95,7 +95,7 @@
|
|||||||
<Tag title={tag} variant='blue' />
|
<Tag title={tag} variant='blue' />
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
{#if stars > 0}
|
{#if typeof stars !== 'undefined'}
|
||||||
<div class="card__bottom">
|
<div class="card__bottom">
|
||||||
<div>
|
<div>
|
||||||
{#if (repo || url).includes('github')}
|
{#if (repo || url).includes('github')}
|
||||||
|
|||||||
Reference in New Issue
Block a user