@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.231
2
+ # mjh-framework v. 1.0.232
3
3
 
4
4
 
5
5
 
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.231",
3
+ "version": "1.0.232",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",