Skip to content

Commit

Permalink
Tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
annavik committed Jan 31, 2024
1 parent bc2bae1 commit ab2288b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/src/components/header/beta-info/beta-info.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
border-radius: 4px;
background-color: $color-success-100;
color: $color-success-700;
text-align: center;
@include label();
}

Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/header/beta-info/beta-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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__}`,
}
Expand Down

0 comments on commit ab2288b

Please sign in to comment.