@mjhls/mjh-framework 1.0.365 → 1.0.367

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.365
2
+ # mjh-framework v. 1.0.367
3
3
 
4
4
 
5
5
  > Foundation Framework
@@ -120,7 +120,8 @@ var SideFooter = function SideFooter(props) {
120
120
  null,
121
121
  '\xA9 ',
122
122
  year,
123
- ' MJH Life Sciences and ',
123
+ ' MJH Life Sciences',
124
+ name && name.toLowerCase().includes(' and ') ? ', ' : ' and ',
124
125
  name,
125
126
  '. All rights reserved.'
126
127
  )
@@ -18,7 +18,7 @@ require('./react-social-icons-cd0d9d3b.js');
18
18
  require('react-bootstrap');
19
19
  require('./index.esm-340d3792.js');
20
20
  require('react-bootstrap/Button');
21
- var TemplateNormal = require('./Normal-0d1211d3.js');
21
+ var TemplateNormal = require('./Normal-c03e274d.js');
22
22
  require('react-bootstrap/ListGroup');
23
23
  require('next/head');
24
24
  require('react-bootstrap/Nav');