Adding favicon.

This commit is contained in:
2023-01-30 11:47:49 -08:00
parent 1d0dede7ff
commit 5203dfca23
4 changed files with 2 additions and 5 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -4,7 +4,7 @@ export default function Head() {
<title>Create Next App</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.png" />
</>
)
}

View File

@@ -2,7 +2,7 @@ export default function HeadTags() {
return (
<>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.png" />
</>
)
};

View File

@@ -1,5 +1,2 @@
* TODOs
** TODO contact us email sending
** TODO book stripe integration
** TODO PDF download not working
** TODO favicon