@mjhls/mjh-framework 1.0.840-beta.0 → 1.0.840-beta.1
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.
|
@@ -4111,10 +4111,15 @@ var PartnerDetails = function PartnerDetails(_ref) {
|
|
|
4111
4111
|
React__default.createElement(
|
|
4112
4112
|
'h5',
|
|
4113
4113
|
{ className: 'd-inline-block' },
|
|
4114
|
-
'Visit
|
|
4114
|
+
'Visit our LinkedIn handle:'
|
|
4115
4115
|
),
|
|
4116
4116
|
' ',
|
|
4117
|
-
React__default.createElement(reactSocialIcons.reactSocialIcons_1, {
|
|
4117
|
+
React__default.createElement(reactSocialIcons.reactSocialIcons_1, {
|
|
4118
|
+
url: '' + partnerDetails.linkedin + (partnerDetails.linkedin.slice(-1) === '/' ? '' : '/') + 'posts/?feedView=all',
|
|
4119
|
+
target: '_blank',
|
|
4120
|
+
rel: 'noopener noreferrer',
|
|
4121
|
+
style: { height: 30, width: 30 }
|
|
4122
|
+
})
|
|
4118
4123
|
)
|
|
4119
4124
|
)
|
|
4120
4125
|
),
|
|
@@ -4105,10 +4105,15 @@ var PartnerDetails = function PartnerDetails(_ref) {
|
|
|
4105
4105
|
React__default.createElement(
|
|
4106
4106
|
'h5',
|
|
4107
4107
|
{ className: 'd-inline-block' },
|
|
4108
|
-
'Visit
|
|
4108
|
+
'Visit our LinkedIn handle:'
|
|
4109
4109
|
),
|
|
4110
4110
|
' ',
|
|
4111
|
-
React__default.createElement(reactSocialIcons_1, {
|
|
4111
|
+
React__default.createElement(reactSocialIcons_1, {
|
|
4112
|
+
url: '' + partnerDetails.linkedin + (partnerDetails.linkedin.slice(-1) === '/' ? '' : '/') + 'posts/?feedView=all',
|
|
4113
|
+
target: '_blank',
|
|
4114
|
+
rel: 'noopener noreferrer',
|
|
4115
|
+
style: { height: 30, width: 30 }
|
|
4116
|
+
})
|
|
4112
4117
|
)
|
|
4113
4118
|
)
|
|
4114
4119
|
),
|