@progressive-development/pd-wizard 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/PdWizard.js +1 -1
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.0.1",
17
+ "version": "0.0.3",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
package/src/PdWizard.js CHANGED
@@ -201,7 +201,7 @@ import './PdSteps.js';
201
201
  <div class="layout-container">
202
202
  <div class="wiz-header">
203
203
  <div class="wiz-title">
204
- ${this.logo ? this.log : ''}
204
+ ${html`${this.logo || ''}`}
205
205
  <span class="title"
206
206
  >${this.currentNumber >= 1 && this.wizardSteps
207
207
  ? this.wizardSteps[this.currentNumber - 1].title