fix math
Some checks failed
test-build / build (push) Has been cancelled
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-07-25 00:04:28 -05:00
parent c56dc99e72
commit 25280a239c

View File

@@ -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>