Skip to content

Commit 6d0098b

Browse files
authored
chore: better guidance on edits (#18)
* chore: upload text * chore: move * chore: edit terminology
1 parent d275b49 commit 6d0098b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/src/Playground.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)