refactor(preview-deployments): remove warning alert for traefik.me domains

- Eliminated the alert block that notified users about the lack of HTTPS support for traefik.me domains, streamlining the user interface in the AddPreviewDomain component.
This commit is contained in:
Mauricio Siu
2025-12-10 00:18:50 -06:00
parent 3e25b97b99
commit 70f50dd8bc

View File

@@ -255,12 +255,6 @@ export const AddPreviewDomain = ({
<FormDescription>
Automatically provision SSL Certificate.
</FormDescription>
{isTraefikMeDomain && (
<AlertBlock type="warning" className="mt-2">
HTTPS is not available for traefik.me domains as it
is a public HTTP-only service.
</AlertBlock>
)}
<FormMessage />
</div>
<FormControl>