Skip to content

Commit

Permalink
Update metadata further
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Nov 1, 2024
1 parent 47273c4 commit 9832fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App/Seo/AppMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function AppMeta() {
const dataItem = branchName
? {
label: 'Preview deployment',
value: branchName,
value: `Branch: ${branchName}`,
}
: {
label: 'Latest release',
Expand Down

0 comments on commit 9832fae

Please sign in to comment.