Adding favicon.
This commit is contained in:
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -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" />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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" />
|
||||
</>
|
||||
)
|
||||
};
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
* TODOs
|
||||
** TODO contact us email sending
|
||||
** TODO book stripe integration
|
||||
** TODO PDF download not working
|
||||
** TODO favicon
|
||||
|
||||
Reference in New Issue
Block a user