File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ interface WipBadeProps {
29
29
30
30
export default function WipBadge ( {
31
31
className,
32
- children = "2 .0 Early access " ,
32
+ children = "Work in progress " ,
33
33
tooltip = "The platform is stable, but some core features are still being developed and will be added soon." ,
34
34
} : WipBadeProps ) {
35
35
const ref = useRef < HTMLDivElement > ( null ) ;
Original file line number Diff line number Diff line change @@ -87,10 +87,7 @@ export default function Secrets() {
87
87
< Row >
88
88
< Col >
89
89
< 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 >
94
91
</ div >
95
92
< div >
96
93
{ ! user . logged ? (
You can’t perform that action at this time.
0 commit comments