mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-08 14:08:06 -06:00
notate domain card type in rendered html
This commit is contained in:
@@ -17,8 +17,9 @@ const DomainCard: FunctionComponent<DomainProps> = ({ data }: DomainProps) => {
|
|||||||
data={data}
|
data={data}
|
||||||
header={
|
header={
|
||||||
<>
|
<>
|
||||||
<span className="font-mono">{data.ldhName ?? data.unicodeName}</span>
|
<span className="font-mono tracking-tighter">DOMAIN</span>
|
||||||
<span>({data.handle})</span>
|
<span className="font-mono tracking-wide">{data.ldhName ?? data.unicodeName}</span>
|
||||||
|
<span className="whitespace-nowrap">({data.handle})</span>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user