ImagesTable: Change 'beta' to 'preview' in Launch popover
This commit is contained in:
parent
675a676709
commit
70c232471a
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ export const RegionsPopover = ({ composeId }) => {
|
||||||
isInline
|
isInline
|
||||||
component="a"
|
component="a"
|
||||||
variant="link"
|
variant="link"
|
||||||
href="/beta/insights/image-builder/landing"
|
href="/preview/insights/image-builder/landing"
|
||||||
>
|
>
|
||||||
<BetaLabel />
|
<BetaLabel />
|
||||||
Launch from here
|
Launch from here
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import './BetaLabel.scss';
|
||||||
const BetaLabel = () => {
|
const BetaLabel = () => {
|
||||||
return (
|
return (
|
||||||
<Label className="beta-label">
|
<Label className="beta-label">
|
||||||
<b>Beta</b>
|
<b>Preview</b>
|
||||||
</Label>
|
</Label>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue