Skip to content

Commit 57538d3

Browse files
authored
Update fullTitle to reflect ChatGPT Apps
1 parent f280016 commit 57538d3

File tree

1 file changed

+1
-1
lines changed
  • packages/manifest-ui/app/blocks/[category]/[block]

1 file changed

+1
-1
lines changed

packages/manifest-ui/app/blocks/[category]/[block]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function generateMetadata({
1616
const categoryName = getCategoryName(category)
1717
const blockDescription = getBlockDescription(block, blockName)
1818

19-
const fullTitle = `${blockName} shadcn/ui block for ChatGPT | Manifest UI`
19+
const fullTitle = `${blockName} shadcn/ui block for ChatGPT Apps | Manifest UI`
2020
const description = `${blockName} (${categoryName}): ${blockDescription}`
2121

2222
// Preview image URL - generated by the preview generation workflow

0 commit comments

Comments
 (0)