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
4 changes: 2 additions & 2 deletions apps/sim/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
},
},
Expand Down
4 changes: 2 additions & 2 deletions apps/sim/ee/whitelabeling/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function generateBrandedMetadata(override: Partial<Metadata> = {}): 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,
Expand All @@ -83,7 +83,7 @@ export function generateBrandedMetadata(override: Partial<Metadata> = {}): 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',
},
Expand Down
Binary file modified apps/sim/public/logo/426-240/reverse/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading