mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: biome
This commit is contained in:
parent
1288660fd6
commit
d18e315a28
@ -77,7 +77,10 @@ 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={`${item.https ? "https" : "http"}://${item.host}${item.path}`}>
|
||||
<Link
|
||||
target="_blank"
|
||||
href={`${item.https ? "https" : "http"}://${item.host}${item.path}`}
|
||||
>
|
||||
<ExternalLink className="size-5" />
|
||||
</Link>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user