mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-15 03:53:43 +00:00
data(*): Add final data changes
This commit is contained in:
@@ -467,6 +467,11 @@
|
||||
/>
|
||||
</svg>
|
||||
<span class="font-semibold">{pokedex.gameScope}</span>
|
||||
{#if pokedex.dexScopes?.length}
|
||||
<span class="text-xs text-base-content/60">
|
||||
({pokedex.dexScopes.length} dex{pokedex.dexScopes.length === 1 ? '' : 'es'})
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
{:else}
|
||||
<div class="divider divider-horizontal mx-0"></div>
|
||||
|
||||
Reference in New Issue
Block a user