diy-template-components 3.0.5 → 3.0.7
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 +11 -3
- package/build/index.es.js.map +1 -1
- package/build/index.js +11 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -151,7 +151,9 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
151
151
|
maxWidth: '185px',
|
|
152
152
|
cursor: 'default',
|
|
153
153
|
height: '46px',
|
|
154
|
-
position: 'relative'
|
|
154
|
+
position: 'relative',
|
|
155
|
+
display: 'flex',
|
|
156
|
+
alignItems: 'center'
|
|
155
157
|
},
|
|
156
158
|
appNameClass: {
|
|
157
159
|
fontStyle: 'normal',
|
|
@@ -167,7 +169,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
167
169
|
width: '100%',
|
|
168
170
|
'& img': {
|
|
169
171
|
marginRight: '8px',
|
|
170
|
-
maxWidth: '
|
|
172
|
+
maxWidth: '180px',
|
|
171
173
|
maxHeight: '40px'
|
|
172
174
|
}
|
|
173
175
|
},
|
|
@@ -2134,7 +2136,13 @@ function Footer({
|
|
|
2134
2136
|
});
|
|
2135
2137
|
return /*#__PURE__*/React.createElement("footer", {
|
|
2136
2138
|
className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
|
|
2137
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
2139
|
+
}, orgId === 369327 ? /*#__PURE__*/React.createElement("div", {
|
|
2140
|
+
style: {
|
|
2141
|
+
opacity: '0'
|
|
2142
|
+
}
|
|
2143
|
+
}, /*#__PURE__*/React.createElement("a", {
|
|
2144
|
+
href: "http://examese.com/"
|
|
2145
|
+
}, "Examese | Latest Assam Govt Job Updates and Results ")) : null, /*#__PURE__*/React.createElement("div", {
|
|
2138
2146
|
className: data.metadata.isCpBranding ? `${classes.upperContainer}` : `${classes.upperContainer} ${classes.upperContainerNoBranding}`
|
|
2139
2147
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2140
2148
|
className: classes.upperContainerItem1
|