Update logo file name and added logo to metadata for the main page
All checks were successful
All checks were successful
This commit is contained in:
@@ -11,6 +11,8 @@ export default function RootLayout(props: { children: React.ReactNode }) {
|
||||
href="/images/logo/favicon/apple-touch-icon.png"
|
||||
sizes="any"
|
||||
/>
|
||||
<meta property="og:image" content="/images/logo/new-logo.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<body>
|
||||
<Provider>{children}</Provider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user