Skip to content

Commit

Permalink
fix(admin): remove certificate status in mobilization domain interface
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jan 13, 2025
1 parent b98b43a commit 74de362
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 238 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import React from 'react';
import { Text, Stack } from 'bonde-components/chakra';
import FormPanel from './FormPanel';
import CertificateStatus from './CertificateStatus';

const FormDomain = ({ mobilization, hostedZones }) => (
<Stack direction="row" spacing={140} maxW="1900px">
<Stack direction="column" spacing={8}>
<Text>Defina abaixo o domínio (também conhecido como endereço, ou URL) para as pessoas acessarem sua página:</Text>
<FormPanel mobilization={mobilization} hostedZones={hostedZones} />
<CertificateStatus customDomain={mobilization.custom_domain} hostedZones={hostedZones} />
</Stack>
</Stack>
);
Expand Down

0 comments on commit 74de362

Please sign in to comment.