@mjhls/mjh-framework 1.0.994-podcasts → 1.0.994-podcastsv2

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.
@@ -138,7 +138,7 @@ var PodcastsLanding = function PodcastsLanding(props) {
138
138
  'div',
139
139
  { className: 'mb-5' },
140
140
  props.taxonomy && props.taxonomy.summary && React__default['default'].createElement(BlockContent.BlockContent, { style: { marginTop: '1rem !important' }, blocks: props.taxonomy.summary, serializers: getSerializers.getSerializers(client) }),
141
- React__default['default'].createElement('hr', { style: { marginTop: '2rem', marginBottom: 'rem' } }),
141
+ React__default['default'].createElement('hr', { style: { marginTop: '2rem', marginBottom: '2rem' } }),
142
142
  seriesData && React__default['default'].createElement(MasterDeck, {
143
143
  deck: MediaSeriesCard.MediaSeriesCard,
144
144
  variant: 'left',
@@ -131,7 +131,7 @@ var PodcastsLanding = function PodcastsLanding(props) {
131
131
  'div',
132
132
  { className: 'mb-5' },
133
133
  props.taxonomy && props.taxonomy.summary && React__default.createElement(BlockContent, { style: { marginTop: '1rem !important' }, blocks: props.taxonomy.summary, serializers: getSerializers(client) }),
134
- React__default.createElement('hr', { style: { marginTop: '2rem', marginBottom: 'rem' } }),
134
+ React__default.createElement('hr', { style: { marginTop: '2rem', marginBottom: '2rem' } }),
135
135
  seriesData && React__default.createElement(MasterDeck, {
136
136
  deck: MediaSeriesCard,
137
137
  variant: 'left',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.994-podcasts",
3
+ "version": "1.0.994-podcastsv2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",