mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 09:37:37 +02:00
fix hostname
This commit is contained in:
@@ -23,14 +23,14 @@ export const PublicNetworkView = ({ data, domain }: { data: GeoData, domain: str
|
||||
<InfoRow
|
||||
icon={GlobeAltIcon}
|
||||
label="Hostname"
|
||||
value={domain}
|
||||
value={data.hostname || 'N/A'}
|
||||
canCopy
|
||||
iconColor="text-indigo-500"
|
||||
/>
|
||||
<InfoRow
|
||||
icon={MapPinIcon}
|
||||
label="Location"
|
||||
value={data.countryName || 'Unknown Location'}
|
||||
value={data.countryName || 'N/A'}
|
||||
iconColor="text-emerald-500"
|
||||
/>
|
||||
<InfoRow
|
||||
|
||||
Reference in New Issue
Block a user