@mjhls/mjh-framework 1.0.1045 → 1.0.1046
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/dist/cjs/Feature.js +1 -1
- package/dist/esm/Feature.js +1 -1
- package/package.json +1 -1
package/dist/cjs/Feature.js
CHANGED
|
@@ -112,7 +112,7 @@ var Feature = function Feature(props) {
|
|
|
112
112
|
return openLink(feature_link);
|
|
113
113
|
} },
|
|
114
114
|
React__default["default"].createElement('img', {
|
|
115
|
-
style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', paddingLeft: '50%' },
|
|
115
|
+
style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', cursor: 'pointer', paddingLeft: '50%' },
|
|
116
116
|
className: 'd-block w-100',
|
|
117
117
|
src: urlFor({ client: client, source: feature_img, imageWidth: imageWidth }),
|
|
118
118
|
alt: feature_alt
|
package/dist/esm/Feature.js
CHANGED
|
@@ -105,7 +105,7 @@ var Feature = function Feature(props) {
|
|
|
105
105
|
return openLink(feature_link);
|
|
106
106
|
} },
|
|
107
107
|
React__default.createElement('img', {
|
|
108
|
-
style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', paddingLeft: '50%' },
|
|
108
|
+
style: { maxHeight: '375px', minHeight: '300px', objectFit: hide_title_body ? 'unset' : 'cover', cursor: 'pointer', paddingLeft: '50%' },
|
|
109
109
|
className: 'd-block w-100',
|
|
110
110
|
src: urlFor({ client: client, source: feature_img, imageWidth: imageWidth }),
|
|
111
111
|
alt: feature_alt
|