diff --git a/components/ServerInfo.tsx b/components/ServerInfo.tsx index 5c5bec1..93ac9fe 100644 --- a/components/ServerInfo.tsx +++ b/components/ServerInfo.tsx @@ -1,4 +1,4 @@ -import { LinkIcon, ServerIcon, IdentificationIcon } from '@heroicons/react/24/outline'; +import { LinkIcon, ServerIcon, IdentificationIcon, MapPinIcon } from '@heroicons/react/24/outline'; import { codes } from '@/utils/codes'; export default function ServerInfo({ data }: { data: ServerData }) { @@ -69,7 +69,7 @@ export default function ServerInfo({ data }: { data: ServerData }) {
- +

Location

{countryName}

diff --git a/package.json b/package.json index c3439a0..3bb7d84 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hostinfo", "description": "Receive information of a domain directly in the browser when browsing a website", "private": true, - "version": "0.0.0", + "version": "1.1", "type": "module", "scripts": { "dev": "wxt",