chore: biome

This commit is contained in:
Mauricio Siu 2024-08-29 21:50:58 -06:00
parent 1288660fd6
commit d18e315a28

View File

@ -77,7 +77,10 @@ export const ShowDomains = ({ applicationId }: Props) => {
key={item.domainId} key={item.domainId}
className="flex w-full items-center gap-4 max-sm:flex-wrap border p-4 rounded-lg" 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" /> <ExternalLink className="size-5" />
</Link> </Link>