Skip to content

Commit e27953d

Browse files
authored
fix(site): add a beta badge for presets (#16751)
closes #16731 This pull request adds a "beta" badge to the presets input field on the workspace creation page.
1 parent 6889ad2 commit e27953d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Alert } from "components/Alert/Alert";
66
import { ErrorAlert } from "components/Alert/ErrorAlert";
77
import { Avatar } from "components/Avatar/Avatar";
88
import { Button } from "components/Button/Button";
9+
import { FeatureStageBadge } from "components/FeatureStageBadge/FeatureStageBadge";
910
import { SelectFilter } from "components/Filter/SelectFilter";
1011
import {
1112
FormFields,
@@ -274,9 +275,12 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
274275

275276
{presets.length > 0 && (
276277
<Stack direction="column" spacing={2}>
277-
<span css={styles.description}>
278-
Select a preset to get started
279-
</span>
278+
<Stack direction="row" spacing={2} alignItems="center">
279+
<span css={styles.description}>
280+
Select a preset to get started
281+
</span>
282+
<FeatureStageBadge contentType={"beta"} size="md" />
283+
</Stack>
280284
<Stack direction="row" spacing={2}>
281285
<SelectFilter
282286
label="Preset"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy