Skip to content

Commit 837373f

Browse files
committed
fix: update font size in AdvanceBreadcrumb component for better readability
1 parent 7d2d7fc commit 837373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dokploy/components/shared/advance-breadcrumb.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ export const AdvanceBreadcrumb = () => {
526526
)}
527527

528528
{projectEnvironments && projectEnvironments.length === 1 && (
529-
<p className="text-xs font-normal ml-1">
529+
<p className="text-sm font-normal ml-1">
530530
{currentEnvironment?.name || "production"}
531531
</p>
532532
)}

0 commit comments

Comments
 (0)