diff --git a/site/src/App/Seo/AppMeta.tsx b/site/src/App/Seo/AppMeta.tsx index 4599edf9429..7c8b8094218 100644 --- a/site/src/App/Seo/AppMeta.tsx +++ b/site/src/App/Seo/AppMeta.tsx @@ -22,7 +22,7 @@ export function AppMeta() { const dataItem = branchName ? { label: 'Preview deployment', - value: branchName, + value: `Branch: ${branchName}`, } : { label: 'Latest release',