This commit is contained in:
imnyang 2024-12-31 12:34:12 +09:00
commit 5980c4e70c
10 changed files with 122 additions and 138 deletions

View file

@ -55,6 +55,7 @@ export function TimeCounter() {
/>
<div className="relative flexflex-col gap-3 rounded-xl border border-white/10 px-4 py-5">
<div className="space-y-2">
<span> ~ </span>
<p className={`text-sm tabular-nums transition duration-200 ease-in-out ${animate ? 'text-neutral-100' : 'text-neutral-400'}`}>
{afterBirth} ms
</p>