keystone-design-bootstrap 1.0.46 → 1.0.47

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": "keystone-design-bootstrap",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Keystone Design Bootstrap - Sections, Elements, and Theme System for customer websites",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -168,6 +168,7 @@ export async function KeystoneRootLayout(props: {
168
168
  companyInformation={companyInformation}
169
169
  websitePhotos={websitePhotos}
170
170
  props={headerProps}
171
+ logoText={headerOverrides?.logoText}
171
172
  />
172
173
  {children}
173
174
  <FooterHome