import { LinkIcon, ServerIcon, IdentificationIcon } from '@heroicons/react/24/outline'; export default function ServerInfo({ data }: { data: ServerData }) { if (data.isBrowserResource) { return (
The requested document was obtained from the local computer
IP Address
{data.ip}