@mjhls/mjh-framework 1.0.231 → 1.0.232
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/README.md +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -11838,7 +11838,7 @@ var HorizontalHero = function HorizontalHero(props) {
|
|
|
11838
11838
|
{ className: 'horizontal-articles-wrap' },
|
|
11839
11839
|
React__default.createElement(
|
|
11840
11840
|
'a',
|
|
11841
|
-
{ href: topArticle.url.current, className: 'horizontal-article' },
|
|
11841
|
+
{ href: '/view/' + topArticle.url.current, className: 'horizontal-article' },
|
|
11842
11842
|
React__default.createElement(
|
|
11843
11843
|
'p',
|
|
11844
11844
|
null,
|
package/dist/esm/index.js
CHANGED
|
@@ -11836,7 +11836,7 @@ var HorizontalHero = function HorizontalHero(props) {
|
|
|
11836
11836
|
{ className: 'horizontal-articles-wrap' },
|
|
11837
11837
|
React__default.createElement(
|
|
11838
11838
|
'a',
|
|
11839
|
-
{ href: topArticle.url.current, className: 'horizontal-article' },
|
|
11839
|
+
{ href: '/view/' + topArticle.url.current, className: 'horizontal-article' },
|
|
11840
11840
|
React__default.createElement(
|
|
11841
11841
|
'p',
|
|
11842
11842
|
null,
|