From 35a47fee32b89d78d83953b099be532480df1903 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sat, 15 Mar 2025 18:04:53 +0100 Subject: [PATCH] fix location icon --- components/ServerInfo.tsx | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",