Skip to content

Commit

Permalink
Merge branch 'move-footer-buttons' of https://github.com/NeurodataWit…
Browse files Browse the repository at this point in the history
…houtBorders/nwb-guide into move-footer-buttons
  • Loading branch information
garrettmflynn committed Feb 7, 2024
2 parents 823c0a3 + 7be6e3c commit ddbd483
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/src/stories/pages/guided-mode/GuidedFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ export class GuidedFooter extends LitElement {
render() {
return html`
<nwb-footer style="display: flex; align-items: center; justify-content: space-between;">
<div>
${this.exit ? html`<nwb-button @click=${this.onExit}>${this.exit}</nwb-button>` : ""}
</div>
<div>${this.exit ? html`<nwb-button @click=${this.onExit}>${this.exit}</nwb-button>` : ""}</div>
<div>
${this.back ? html`<nwb-button @click=${this.onBack}>${this.back}</nwb-button>` : ""}
Expand Down

0 comments on commit ddbd483

Please sign in to comment.