mirror of
https://github.com/skidoodle/hostinfo
synced 2025-03-16 13:59:38 +01:00
fix location icon
This commit is contained in:
parent
3370dcaee2
commit
35a47fee32
2 changed files with 3 additions and 3 deletions
|
@ -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';
|
import { codes } from '@/utils/codes';
|
||||||
|
|
||||||
export default function ServerInfo({ data }: { data: ServerData }) {
|
export default function ServerInfo({ data }: { data: ServerData }) {
|
||||||
|
@ -69,7 +69,7 @@ export default function ServerInfo({ data }: { data: ServerData }) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center space-x-3">
|
<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>
|
<div>
|
||||||
<p className="text-sm text-gray-400">Location</p>
|
<p className="text-sm text-gray-400">Location</p>
|
||||||
<p className="font-medium">{countryName}</p>
|
<p className="font-medium">{countryName}</p>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "hostinfo",
|
"name": "hostinfo",
|
||||||
"description": "Receive information of a domain directly in the browser when browsing a website",
|
"description": "Receive information of a domain directly in the browser when browsing a website",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue