From ab2288bceddca257e29281f5aa52c10ea1e478f4 Mon Sep 17 00:00:00 2001 From: Anna Viklund Date: Wed, 31 Jan 2024 22:20:31 +0100 Subject: [PATCH] Tweak copy --- ui/src/components/header/beta-info/beta-info.module.scss | 1 + ui/src/components/header/beta-info/beta-info.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/header/beta-info/beta-info.module.scss b/ui/src/components/header/beta-info/beta-info.module.scss index 627873f47..00dcaf0cd 100644 --- a/ui/src/components/header/beta-info/beta-info.module.scss +++ b/ui/src/components/header/beta-info/beta-info.module.scss @@ -14,6 +14,7 @@ border-radius: 4px; background-color: $color-success-100; color: $color-success-700; + text-align: center; @include label(); } diff --git a/ui/src/components/header/beta-info/beta-info.tsx b/ui/src/components/header/beta-info/beta-info.tsx index 1956c314c..bfc93e209 100644 --- a/ui/src/components/header/beta-info/beta-info.tsx +++ b/ui/src/components/header/beta-info/beta-info.tsx @@ -2,7 +2,7 @@ import { Tooltip } from 'design-system/components/tooltip/tooltip' import styles from './beta-info.module.scss' const COPY = { - LABEL: 'Beta', + LABEL: 'Preview release', INFO: 'More info about beta status goes here?', VERSION: `Build ${__COMMIT_HASH__}`, }