Skip to content

Commit e79d73b

Browse files
committed
Rename examples button label to workspaces
1 parent cddbd1f commit e79d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ class Navigator {
419419
{c: "controls", children: [
420420
this.open ? {c: `up-btn flex-row ${(this.currentId === this.rootId) ? "disabled" : ""}`, click: this.navigate, children: [
421421
{c: "up-icon ion-android-arrow-up"},
422-
{c: "label", text: "examples"}
422+
{c: "label", text: "workspaces"}
423423
]} : undefined,
424424
{c: "flex-spacer"},
425425

0 commit comments

Comments
 (0)