mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: add .github
This commit is contained in:
@@ -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 &&
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user