@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.
@@ -115,7 +115,8 @@ var SideFooter = function SideFooter(props) {
115
115
  null,
116
116
  '\xA9 ',
117
117
  year,
118
- ' MJH Life Sciences and ',
118
+ ' MJH Life Sciences',
119
+ name && name.toLowerCase().includes(' and ') ? ', ' : ' and ',
119
120
  name,
120
121
  '. All rights reserved.'
121
122
  )
@@ -16,7 +16,7 @@ import './react-social-icons-a7d5c5c7.js';
16
16
  import 'react-bootstrap';
17
17
  import './index.esm-536609db.js';
18
18
  import 'react-bootstrap/Button';
19
- export { T as default } from './Normal-fd393897.js';
19
+ export { T as default } from './Normal-13c85a50.js';
20
20
  import 'react-bootstrap/ListGroup';
21
21
  import 'next/head';
22
22
  import 'react-bootstrap/Nav';