Update show-domains.tsx

This commit is contained in:
Vladislav Popovič
2024-08-14 22:25:51 +03:00
committed by GitHub
parent c70089ee53
commit 1288660fd6

View File

@@ -77,7 +77,7 @@ export const ShowDomains = ({ applicationId }: Props) => {
key={item.domainId}
className="flex w-full items-center gap-4 max-sm:flex-wrap border p-4 rounded-lg"
>
<Link target="_blank" href={`http://${item.host}`}>
<Link target="_blank" href={`${item.https ? "https" : "http"}://${item.host}${item.path}`}>
<ExternalLink className="size-5" />
</Link>