add favicon, fix import

This commit is contained in:
2024-05-09 21:45:55 -05:00
parent c1dbc78c3f
commit 1b78d7e37c
3 changed files with 1 additions and 3 deletions

BIN
public/favicon.ico Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -6,6 +6,7 @@ import useLookup from "@/hooks/useLookup";
import { OGP } from "react-ogp"; import { OGP } from "react-ogp";
import LookupInput from "@/components/form/LookupInput"; import LookupInput from "@/components/form/LookupInput";
import ErrorCard from "@/components/common/ErrorCard"; import ErrorCard from "@/components/common/ErrorCard";
import { Maybe } from "true-myth";
const Index: NextPage = () => { const Index: NextPage = () => {
const { error, setTarget, submit } = useLookup(); const { error, setTarget, submit } = useLookup();
@@ -24,7 +25,6 @@ const Index: NextPage = () => {
type="website" type="website"
/> />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/shortcut-icon.svg" />
<meta <meta
name="keywords" name="keywords"
content="xevion, rdap, whois, rdap, domain name, dns, ip address" content="xevion, rdap, whois, rdap, domain name, dns, ip address"