File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function Playground() {
7373 const [ applyOverlayMode , setApplyOverlayMode ] = useState <
7474 "original+overlay" | "jsonpathexplorer"
7575 > ( "original+overlay" ) ;
76- let appliedPanelTitle = "Original + Overlay " ;
76+ let appliedPanelTitle = "Original + Edits " ;
7777 if ( applyOverlayMode == "jsonpathexplorer" ) {
7878 appliedPanelTitle = "JSONPath Explorer" ;
7979 }
@@ -398,6 +398,9 @@ function Playground() {
398398 </ Link >
399399 .
400400 </ p >
401+ < p className = "text-sm text-muted-foreground pt-2" >
402+ (Upload an OpenAPI spec and track edits as an overlay or write an overlay directly)
403+ </ p >
401404 </ div >
402405 </ div >
403406 < div className = "flex flex-1 flex-row-reverse" >
@@ -496,9 +499,6 @@ function Playground() {
496499 maxOnClick = { maxLayout }
497500 language = { originalLang . current }
498501 />
499- < p className = "text-sm text-muted-foreground pt-2" >
500- (Make your manual edits here)
501- </ p >
502502 </ div >
503503 </ Panel >
504504 < PanelResizeHandle />
You can’t perform that action at this time.
0 commit comments