Skip to content

Commit ba1c300

Browse files
waleedlatif1claude
andcommitted
fix(landing): complete rebrand in blog fallback description
Remove "workflows" from the non-tagged blog meta description to align with the AI workspace rebrand across the rest of the PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5327345 commit ba1c300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/(landing)/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function generateMetadata({
2020

2121
const description = tag
2222
? `Sim blog posts tagged "${tag}" — insights and guides for building AI agents.`
23-
: 'Announcements, insights, and guides for building AI agent workflows.'
23+
: 'Announcements, insights, and guides for building AI agents.'
2424

2525
const canonicalParams = new URLSearchParams()
2626
if (tag) canonicalParams.set('tag', tag)

0 commit comments

Comments
 (0)