This commit is contained in:
imnyang 2025-01-20 18:19:41 +09:00
commit 03c2871cbd
8 changed files with 134 additions and 141 deletions

View file

@ -182,6 +182,7 @@ export default function TimelineComponents() {
<span className="text-base">{event.description}</span>
)}
</div>
<p className="tabular-nums text-sm text-gray-500">{event.category}</p>
</div>
))}
</div>