Skip to content

Commit ca2ae97

Browse files
committed
minor: remove WIP badge from V1 secrets (#3526) (#3521)
1 parent 1249a0f commit ca2ae97

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

client/src/features/projectsV2/shared/WipBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface WipBadeProps {
2929

3030
export default function WipBadge({
3131
className,
32-
children = "2 .0 Early access",
32+
children = "Work in progress",
3333
tooltip = "The platform is stable, but some core features are still being developed and will be added soon.",
3434
}: WipBadeProps) {
3535
const ref = useRef<HTMLDivElement>(null);

client/src/features/secrets/Secrets.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ export default function Secrets() {
8787
<Row>
8888
<Col>
8989
<div className={cx("d-flex", "mb-2")}>
90-
<h2 className={cx("mb-0", "me-2")}>User Secrets</h2>
91-
<div className="my-auto">
92-
<WipBadge tooltip="This feature is under development and certain pieces may not work correctly." />
93-
</div>
90+
<h2 className="mb-0">User Secrets</h2>
9491
</div>
9592
<div>
9693
{!user.logged ? (

0 commit comments

Comments
 (0)