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