chore: change feature stage badge from early access to beta (#18435)

This commit is contained in:
Jaayden Halko
2025-06-18 15:18:34 -04:00
committed by GitHub
parent de07351b8d
commit 7849794701
2 changed files with 2 additions and 2 deletions
@@ -393,7 +393,7 @@ export const CreateWorkspacePageViewExperimental: FC<
</TooltipProvider>
</span>
<FeatureStageBadge
contentType={"early_access"}
contentType={"beta"}
size="sm"
labelText="Dynamic parameters"
/>
@@ -237,7 +237,7 @@ const WorkspaceParametersPageExperimental: FC = () => {
</span>
</span>
<FeatureStageBadge
contentType={"early_access"}
contentType={"beta"}
size="sm"
labelText="Dynamic parameters"
/>