Skip to content

Commit 9347da5

Browse files
waleedlatif1claude
andauthored
improvement(branding): white-background sim wordmark for og image (#4683)
Swap the default Open Graph and Twitter card image from the purple "sim" lettermark on purple to the brand wordmark (green icon + dark "sim" text) centered on a white background. Pulled directly from the sidebar's wordmark-dark.svg so the asset stays in sync with the in-app brand. - New asset at /logo/426-240/reverse/small.png (2130x1200, matches declared OG dimensions) - Default branded metadata + landing-page-specific overrides both updated; all sub-pages that inherit the default pick up the new image automatically Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4ca7651 commit 9347da5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/sim/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const metadata: Metadata = {
3131
locale: 'en_US',
3232
images: [
3333
{
34-
url: '/logo/426-240/primary/small.png',
34+
url: '/logo/426-240/reverse/small.png',
3535
width: 2130,
3636
height: 1200,
3737
alt: 'Sim — The AI Workspace for Teams',
@@ -47,7 +47,7 @@ export const metadata: Metadata = {
4747
description:
4848
'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.',
4949
images: {
50-
url: '/logo/426-240/primary/small.png',
50+
url: '/logo/426-240/reverse/small.png',
5151
alt: 'Sim — The AI Workspace for Teams',
5252
},
5353
},

apps/sim/ee/whitelabeling/metadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function generateBrandedMetadata(override: Partial<Metadata> = {}): Metad
7272
siteName: brand.name,
7373
images: [
7474
{
75-
url: brand.logoUrl || '/logo/426-240/primary/small.png',
75+
url: brand.logoUrl || '/logo/426-240/reverse/small.png',
7676
width: 2130,
7777
height: 1200,
7878
alt: brand.name,
@@ -83,7 +83,7 @@ export function generateBrandedMetadata(override: Partial<Metadata> = {}): Metad
8383
card: 'summary_large_image',
8484
title: defaultTitle,
8585
description: summaryFull,
86-
images: [brand.logoUrl || '/logo/426-240/primary/small.png'],
86+
images: [brand.logoUrl || '/logo/426-240/reverse/small.png'],
8787
creator: '@simdotai',
8888
site: '@simdotai',
8989
},
22.9 KB
Loading

0 commit comments

Comments
 (0)