From 9832faebe5d779550f9aa584c9a602734e98b59b Mon Sep 17 00:00:00 2001 From: Michael Taranto Date: Fri, 1 Nov 2024 13:44:03 +1100 Subject: [PATCH] Update metadata further --- site/src/App/Seo/AppMeta.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',