diff --git a/apps/sim/app/page.tsx b/apps/sim/app/page.tsx index c12a4a75e3d..58c64b1d8f0 100644 --- a/apps/sim/app/page.tsx +++ b/apps/sim/app/page.tsx @@ -31,7 +31,7 @@ export const metadata: Metadata = { locale: 'en_US', images: [ { - url: '/logo/426-240/primary/small.png', + url: '/logo/426-240/reverse/small.png', width: 2130, height: 1200, alt: 'Sim — The AI Workspace for Teams', @@ -47,7 +47,7 @@ export const metadata: Metadata = { description: 'Sim is the open-source AI workspace where teams build, deploy, and manage AI agents. Connect 1,000+ integrations and every major LLM to create agents that automate real work.', images: { - url: '/logo/426-240/primary/small.png', + url: '/logo/426-240/reverse/small.png', alt: 'Sim — The AI Workspace for Teams', }, }, diff --git a/apps/sim/ee/whitelabeling/metadata.ts b/apps/sim/ee/whitelabeling/metadata.ts index d7059637731..038b2bd571b 100644 --- a/apps/sim/ee/whitelabeling/metadata.ts +++ b/apps/sim/ee/whitelabeling/metadata.ts @@ -72,7 +72,7 @@ export function generateBrandedMetadata(override: Partial = {}): Metad siteName: brand.name, images: [ { - url: brand.logoUrl || '/logo/426-240/primary/small.png', + url: brand.logoUrl || '/logo/426-240/reverse/small.png', width: 2130, height: 1200, alt: brand.name, @@ -83,7 +83,7 @@ export function generateBrandedMetadata(override: Partial = {}): Metad card: 'summary_large_image', title: defaultTitle, description: summaryFull, - images: [brand.logoUrl || '/logo/426-240/primary/small.png'], + images: [brand.logoUrl || '/logo/426-240/reverse/small.png'], creator: '@simdotai', site: '@simdotai', }, diff --git a/apps/sim/public/logo/426-240/reverse/small.png b/apps/sim/public/logo/426-240/reverse/small.png index f9c914f4e70..7e6e45b866a 100644 Binary files a/apps/sim/public/logo/426-240/reverse/small.png and b/apps/sim/public/logo/426-240/reverse/small.png differ