diff --git a/public/hive-commons-logo.png b/public/hive-commons-logo.png index fa3fc11..3dfe100 100644 Binary files a/public/hive-commons-logo.png and b/public/hive-commons-logo.png differ diff --git a/public/hive-commons-og.png b/public/hive-commons-og.png new file mode 100644 index 0000000..f364438 Binary files /dev/null and b/public/hive-commons-og.png differ diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 9f566e1..ec9b2dc 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -50,7 +50,7 @@ export async function generateMetadata({ description, images: [ { - url: "/hive-commons-logo.png", + url: "/hive-commons-og.png", width: 1200, height: 630, alt: "Hive Commons", @@ -61,7 +61,7 @@ export async function generateMetadata({ card: "summary_large_image", title, description, - images: ["/hive-commons-logo.png"], + images: ["/hive-commons-og.png"], }, robots: { index: true, diff --git a/src/app/docs/layout.tsx b/src/app/docs/layout.tsx index 8ef1f77..d56e429 100644 --- a/src/app/docs/layout.tsx +++ b/src/app/docs/layout.tsx @@ -42,7 +42,7 @@ export const metadata: Metadata = { description: SITE_DESCRIPTION, images: [ { - url: '/hive-commons-logo.png', + url: '/hive-commons-og.png', width: 1200, height: 630, alt: 'Hive Commons', @@ -53,7 +53,7 @@ export const metadata: Metadata = { card: 'summary_large_image', title: SITE_TITLE, description: SITE_DESCRIPTION, - images: ['/hive-commons-logo.png'], + images: ['/hive-commons-og.png'], }, robots: { index: true, diff --git a/src/app/icon.png b/src/app/icon.png index fa3fc11..e98dbc2 100644 Binary files a/src/app/icon.png and b/src/app/icon.png differ diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index afb437f..3600317 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -75,7 +75,7 @@ export default function Footer() { Hive Commons logo diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 0586573..0b58058 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -51,7 +51,7 @@ export default function Navbar() { Hive Commons logo diff --git a/src/components/docs/DocsFooter.tsx b/src/components/docs/DocsFooter.tsx index ffc3737..9464097 100644 --- a/src/components/docs/DocsFooter.tsx +++ b/src/components/docs/DocsFooter.tsx @@ -78,7 +78,7 @@ export default function Footer() { Hive Commons logo @@ -128,7 +128,7 @@ export default function Footer() { Hive Commons logo diff --git a/src/components/docs/DocsNavbar.tsx b/src/components/docs/DocsNavbar.tsx index 59463dc..c6cb5f9 100644 --- a/src/components/docs/DocsNavbar.tsx +++ b/src/components/docs/DocsNavbar.tsx @@ -228,7 +228,7 @@ export default function DocsNavbar() { Hive Commons logo