Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/hive-commons-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hive-commons-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/app/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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,
Expand Down
Binary file modified src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Footer() {
<Image
src="/hive-commons-logo.png"
alt="Hive Commons logo"
width={160}
width={40}
height={40}
className="h-8 sm:h-9 md:h-10 w-auto"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Navbar() {
<Image
src="/hive-commons-logo.png"
alt="Hive Commons logo"
width={160}
width={40}
height={40}
className="h-10 w-auto object-contain"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/docs/DocsFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Footer() {
<Image
src="/hive-commons-logo.png"
alt="Hive Commons logo"
width={160}
width={40}
height={40}
className="h-8 sm:h-9 md:h-10 w-auto"
/>
Expand Down Expand Up @@ -128,7 +128,7 @@ export default function Footer() {
<Image
src="/hive-commons-logo.png"
alt="Hive Commons logo"
width={160}
width={40}
height={40}
className="h-8 sm:h-9 md:h-10 w-auto"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/docs/DocsNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function DocsNavbar() {
<Image
src="/hive-commons-logo.png"
alt="Hive Commons logo"
width={160}
width={40}
height={40}
className="h-10 w-auto object-contain"
/>
Expand Down
Loading