@npm_leadtech/legal-lib-components 5.27.1 → 5.27.2

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.
@@ -13,7 +13,9 @@ import linkedin from '../../../../images/svg/linkedin.svg';
13
13
  import pinterest from '../../../../images/svg/pinterest.svg';
14
14
  import securityIconBlack from '../../../../images/svg/icon-24-px-security_black.svg';
15
15
  import x from '../../../../images/svg/x.svg';
16
- export const FixedFooter = ({ footerData = {}, config = {
16
+ export const FixedFooter = ({ footerData = {
17
+ findUs: 'Find Us'
18
+ }, config = {
17
19
  siteName: 'LawDistrict',
18
20
  sitePhone: '123-456-7890',
19
21
  siteSchedule: 'Monday - Friday, 9am - 5pm',
@@ -820,6 +820,7 @@ export const FixedFooterStyled = styled.div `
820
820
  display: none;
821
821
  font-size: 0.9rem;
822
822
  font-weight: bold;
823
+ padding-bottom: 0.25rem;
823
824
  }
824
825
  @media (min-width: 720px) {
825
826
  .footer-contact-box_phone,
@@ -821,6 +821,7 @@ export const FixedFooterStyled = styled.div`
821
821
  display: none;
822
822
  font-size: 0.9rem;
823
823
  font-weight: bold;
824
+ padding-bottom: 0.25rem;
824
825
  }
825
826
  @media (min-width: 720px) {
826
827
  .footer-contact-box_phone,
@@ -16,7 +16,9 @@ import securityIconBlack from '../../../../images/svg/icon-24-px-security_black.
16
16
  import x from '../../../../images/svg/x.svg'
17
17
 
18
18
  export const FixedFooter: React.FC<FixedFooterProps> = ({
19
- footerData = {},
19
+ footerData = {
20
+ findUs: 'Find Us'
21
+ },
20
22
  config = {
21
23
  siteName: 'LawDistrict',
22
24
  sitePhone: '123-456-7890',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.27.1",
3
+ "version": "5.27.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",