Merge pull request #3134 from usings/fix/timebadge-position

fix: stabilize `TimeBadge` position
This commit is contained in:
Mauricio Siu
2025-11-30 02:22:22 -06:00
committed by GitHub

View File

@@ -138,7 +138,7 @@ export const ShowProjects = () => {
list={[{ name: "Projects", href: "/dashboard/projects" }]}
/>
{!isCloud && (
<div className="absolute top-5 right-5">
<div className="absolute top-4 right-4">
<TimeBadge />
</div>
)}