Skip to content

Commit 559753e

Browse files
authored
Merge pull request #3134 from usings/fix/timebadge-position
fix: stabilize `TimeBadge` position
2 parents 2d0669e + 8647e7a commit 559753e

File tree

1 file changed

+1
-1
lines changed
  • apps/dokploy/components/dashboard/projects

1 file changed

+1
-1
lines changed

apps/dokploy/components/dashboard/projects/show.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const ShowProjects = () => {
138138
list={[{ name: "Projects", href: "/dashboard/projects" }]}
139139
/>
140140
{!isCloud && (
141-
<div className="absolute top-5 right-5">
141+
<div className="absolute top-4 right-4">
142142
<TimeBadge />
143143
</div>
144144
)}

0 commit comments

Comments
 (0)