docs: add .github

This commit is contained in:
Maël Gangloff
2024-08-02 21:32:24 +02:00
parent 5da3c9fbf8
commit dcfb1231dc
5 changed files with 30 additions and 9 deletions

View File

@@ -41,8 +41,9 @@ export default function DomainSearchPage() {
domain.tld.type === 'gTLD' ? "green"
: "cyan"
}>
<Card title={<>{domain.ldhName}{domain.handle ? <> (<Text
code>{domain.handle}</Text>)</> : undefined}</>}
<Card title={<>
{domain.ldhName}{domain.handle && <Text code>{domain.handle}</Text>}
</>}
size="small">
{domain.status.length > 0 &&
<>