change rounding

This commit is contained in:
Maze Winther
2026-02-01 15:35:53 +01:00
parent dfccf905bb
commit 22ea6b8925
+1 -1
View File
@@ -585,7 +585,7 @@ function ProjectItem({
</div>
{durationLabel && (
<div className="absolute bottom-2 right-2 bg-black/60 text-white text-xs font-semibold px-2 py-1 rounded-lg">
<div className="absolute bottom-2 right-2 bg-black/60 text-white text-xs font-semibold px-2 py-1 rounded-sm">
{durationLabel}
</div>
)}