Rename editor back button to library
Template tests / tests (push) Successful in 1m41s

This commit is contained in:
2026-06-13 14:58:52 -05:00
parent 8c2229633f
commit 356334dd3e
+1 -1
View File
@@ -302,7 +302,7 @@ class StepForgeApp {
const guide = this.editorMeta?.guide; const guide = this.editorMeta?.guide;
this.topbarContext.append( this.topbarContext.append(
el('button', { type: 'button', onClick: () => this.showLibrary() }, 'Back'), el('button', { type: 'button', onClick: () => this.showLibrary() }, 'Library'),
el('button.primary', { el('button.primary', {
type: 'button', type: 'button',
title: 'Capture a screenshot step', title: 'Capture a screenshot step',