fix location icon

This commit is contained in:
skidoodle 2025-03-15 18:04:53 +01:00
parent 3370dcaee2
commit 35a47fee32
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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 }) {
</div>
<div className="flex items-center space-x-3">
<IdentificationIcon className="w-6 h-6 text-blue-400 flex-shrink-0" />
<MapPinIcon className="w-6 h-6 text-blue-400 flex-shrink-0" />
<div>
<p className="text-sm text-gray-400">Location</p>
<p className="font-medium">{countryName}</p>

View file

@ -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",