change icon.png to icon.jpg
This commit is contained in:
parent
e7b51fa9df
commit
a9f4c7d4b5
3 changed files with 1 additions and 2 deletions
BIN
public/images/icon.jpg
Normal file
BIN
public/images/icon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB |
|
@ -8,11 +8,10 @@ type Title = {
|
||||||
export default function Header({ title }: Title) {
|
export default function Header({ title }: Title) {
|
||||||
return (
|
return (
|
||||||
<Head>
|
<Head>
|
||||||
<link rel="icon" type="image/png" href="/images/icon.png" />
|
<link rel="icon" type="image/png" href="/images/icon.jpg" />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
|
|
||||||
{/* HTML Meta Tags */}
|
{/* HTML Meta Tags */}
|
||||||
<title>{title}</title>
|
|
||||||
<meta name="theme-color" content="#deb4d1" data-react-helmet="true" />
|
<meta name="theme-color" content="#deb4d1" data-react-helmet="true" />
|
||||||
<meta name="description" content={oembed.bio} />
|
<meta name="description" content={oembed.bio} />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue