@salesforcedevs/docs-components 1.3.243-newdocux-alpha8 → 1.3.243-newdocux-alpha9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "1.3.243-newdocux-alpha8",
3
+ "version": "1.3.243-newdocux-alpha9",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -98,7 +98,7 @@ export default class ContentLayout extends LightningElement {
98
98
  private sidebarOpen: boolean = false;
99
99
 
100
100
  get footerHidden() {
101
- return this.hideFooter === true;
101
+ return this.hideFooter !== true;
102
102
  }
103
103
 
104
104
  get shouldDisplayFeedback() {