mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
chore: change feature stage badge from early access to beta (#18435)
This commit is contained in:
@@ -393,7 +393,7 @@ export const CreateWorkspacePageViewExperimental: FC<
|
||||
</TooltipProvider>
|
||||
</span>
|
||||
<FeatureStageBadge
|
||||
contentType={"early_access"}
|
||||
contentType={"beta"}
|
||||
size="sm"
|
||||
labelText="Dynamic parameters"
|
||||
/>
|
||||
|
||||
+1
-1
@@ -237,7 +237,7 @@ const WorkspaceParametersPageExperimental: FC = () => {
|
||||
</span>
|
||||
</span>
|
||||
<FeatureStageBadge
|
||||
contentType={"early_access"}
|
||||
contentType={"beta"}
|
||||
size="sm"
|
||||
labelText="Dynamic parameters"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user