From cd1c7e60bf5244000b9a4467154b946832f2842e Mon Sep 17 00:00:00 2001
From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
Date: Sat, 1 Feb 2025 13:32:10 -0600
Subject: [PATCH] refactor: update domains
---
.../dashboard/application/domains/show-domains.tsx | 6 ++++--
.../components/dashboard/compose/domains/show-domains.tsx | 6 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx
index 809cb5a73..17dbc91f0 100644
--- a/apps/dokploy/components/dashboard/application/domains/show-domains.tsx
+++ b/apps/dokploy/components/dashboard/application/domains/show-domains.tsx
@@ -76,11 +76,13 @@ export const ShowDomains = ({ applicationId }: Props) => {
className="flex w-full items-center justify-between gap-4 border p-4 md:px-6 rounded-lg flex-wrap"
>
- {item.host}
+
+ {item.host}
+