refactor: move functions

This commit is contained in:
Maël Gangloff
2024-08-21 02:01:20 +02:00
parent 723ef3e883
commit a3c4a4e196
15 changed files with 208 additions and 183 deletions

View File

@@ -19,9 +19,9 @@ export function DomainResult({domain}: { domain: Domain }) {
domain.tld.type === 'gTLD' ? "green"
: "cyan"
}>
<Card title={<>
<Card title={<Space>
{domain.ldhName}{domain.handle && <Typography.Text code>{domain.handle}</Typography.Text>}
</>}
</Space>}
size="small">
{domain.status.length > 0 &&
<>