mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-06 01:16:00 -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}
|
||||
header={
|
||||
<>
|
||||
<span className="font-mono">{data.ldhName ?? data.unicodeName}</span>
|
||||
<span>({data.handle})</span>
|
||||
<span className="font-mono tracking-tighter">DOMAIN</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