change rounding
This commit is contained in:
parent
dfccf905bb
commit
22ea6b8925
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue