ImagesTable: Change 'beta' to 'preview' in Launch popover

This commit is contained in:
lucasgarfield 2023-05-05 10:18:37 +02:00 committed by Lucas Garfield
parent 675a676709
commit 70c232471a
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import './BetaLabel.scss';
const BetaLabel = () => {
return (
<Label className="beta-label">
<b>Beta</b>
<b>Preview</b>
</Label>
);
};