fix: stabilize TimeBadge position

This commit is contained in:
Joie
2025-11-29 18:19:13 +08:00
parent cc1620b5fa
commit 8647e7a6b7

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>
)}