@eaze/footer
Advanced tools
Comparing version 3.0.17 to 3.0.18
@@ -32,15 +32,15 @@ 'use strict'; | ||
var Footer = /*#__PURE__*/(0, _reactEmotion2.default)('footer', { | ||
target: 'css-sj29lh0' | ||
target: 'css-1tv3ull0' | ||
})('background-color:', _color2.default['accessory']['1'], ';color:white;padding:1rem;padding-bottom:5rem;'); | ||
var Content = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-sj29lh1' | ||
target: 'css-1tv3ull1' | ||
})('max-width:78rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-around;a,a:link,a:visited,a:active{color:white;}@media(max-width:767px){justify-content:flex-start;}'); | ||
var Section = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-sj29lh2' | ||
target: 'css-1tv3ull2' | ||
})('display:flex;flex-direction:column;margin-top:1rem;@media(max-width:767px){width:50%}'); | ||
var Link = /*#__PURE__*/(0, _reactEmotion2.default)('a', { | ||
target: 'css-sj29lh3' | ||
target: 'css-1tv3ull3' | ||
})('margin-bottom:2rem;font-size:1.2rem;color:white;text-decoration:none;font-family:\'Open Sans\',Helvetica;'); | ||
@@ -96,3 +96,3 @@ | ||
Link, | ||
{ href: 'https://www.eaze.com/blog' }, | ||
{ href: 'https://www.eaze.com/home' }, | ||
'Blog' | ||
@@ -99,0 +99,0 @@ ), |
{ | ||
"name": "@eaze/footer", | ||
"version": "3.0.17", | ||
"version": "3.0.18", | ||
"description": "Footer component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -44,3 +44,3 @@ import React, { PureComponent } from 'react' | ||
text-decoration: none; | ||
font-family: 'Open Sans', Helvetica; | ||
font-family: 'Open Sans', Helvetica; | ||
` | ||
@@ -61,3 +61,3 @@ | ||
<Link href='https://www.eaze.com/contact'>Contact Us</Link> | ||
<Link href='https://www.eaze.com/blog'>Blog</Link> | ||
<Link href='https://www.eaze.com/home'>Blog</Link> | ||
<Link href='https://www.eaze.com/press'>Press</Link> | ||
@@ -64,0 +64,0 @@ </Section> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
486537
7