Updated logo and favicon.
This commit is contained in:
@@ -24,11 +24,6 @@ export default function RootLayout(props: { children: React.ReactNode }) {
|
||||
<meta property="image" content="/images/logo/new-logo.png" />
|
||||
<meta property="image:type" content="image/png" />
|
||||
<meta property="image:width" content="653px" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
href="/images/logo/favicon/apple-touch-icon.png"
|
||||
sizes="any"
|
||||
/>
|
||||
<meta
|
||||
property="og:title"
|
||||
content={
|
||||
@@ -77,6 +72,18 @@ export default function RootLayout(props: { children: React.ReactNode }) {
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta httpEquiv="content-language" content="en_US" />
|
||||
<meta charSet="UTF-8" />
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/svg+xml"
|
||||
href="/images/logo/favicon/favicon.svg"
|
||||
/>
|
||||
<link rel="shortcut icon" href="/images/logo/favicon/favicon.ico" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/images/logo/favicon/apple-touch-icon.png"
|
||||
/>
|
||||
<link rel="manifest" href="/images/logo/favicon/site.webmanifest" />
|
||||
<body>
|
||||
<Provider>{children}</Provider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user