diy-template-components 5.18.0 → 5.23.0
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/build/index.es.js +3 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2504,7 +2504,7 @@ function MobileHeader({
|
|
|
2504
2504
|
order: 1
|
|
2505
2505
|
}))) : null, isTutorWebsite && header?.appName ? /*#__PURE__*/React.createElement("p", {
|
|
2506
2506
|
className: classes.mobileAppNameClass
|
|
2507
|
-
}, ' ', header?.appName) : null), downloadLink), sideMenu ? /*#__PURE__*/React.createElement("div", {
|
|
2507
|
+
}, ' ', header?.appName) : null), extraProps?.orgId != 1125872 ? downloadLink : null), sideMenu ? /*#__PURE__*/React.createElement("div", {
|
|
2508
2508
|
className: classes.mobileMenu
|
|
2509
2509
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2510
2510
|
className: classes.backdrop,
|
|
@@ -2530,7 +2530,8 @@ function MobileHeader({
|
|
|
2530
2530
|
function Header({
|
|
2531
2531
|
data,
|
|
2532
2532
|
isLandingPage,
|
|
2533
|
-
extraProps
|
|
2533
|
+
extraProps,
|
|
2534
|
+
orgId
|
|
2534
2535
|
}) {
|
|
2535
2536
|
const {
|
|
2536
2537
|
isMobile,
|