fix math
This commit is contained in:
@@ -20,7 +20,7 @@ const { tags = [], class: className = '' } = Astro.props;
|
||||
))}
|
||||
{tags.length > 2 && (
|
||||
<span class="inline-flex items-center rounded-full bg-zinc-50 px-2 py-0.5 text-xs text-zinc-500 dark:bg-zinc-900 dark:text-zinc-400">
|
||||
+{tags.length - 3}
|
||||
+{tags.length - 2}
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user