@eaze/footer
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -32,15 +32,15 @@ 'use strict'; | ||
var Footer = /*#__PURE__*/(0, _reactEmotion2.default)('footer', { | ||
target: 'css-194bbfc0' | ||
target: 'css-di5zxu0' | ||
})('background-color:', _color2.default['accessory']['1'], ';color:white;padding:1rem;padding-bottom:5rem;'); | ||
var Content = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-194bbfc1' | ||
target: 'css-di5zxu1' | ||
})('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-194bbfc2' | ||
target: 'css-di5zxu2' | ||
})('display:flex;flex-direction:column;margin-top:1rem;@media(max-width:767px){width:50%}'); | ||
var Link = /*#__PURE__*/(0, _reactEmotion2.default)('a', { | ||
target: 'css-194bbfc3' | ||
target: 'css-di5zxu3' | ||
})('margin-bottom:2rem;font-size:1.2rem;color:white;text-decoration:none;font-family:\'Open Sans\',Helvetica;'); | ||
@@ -136,2 +136,7 @@ | ||
'Privacy policy' | ||
), | ||
_react2.default.createElement( | ||
Link, | ||
{ href: 'https://www.eaze.com/referral-program-rules' }, | ||
'Referral Program Rules' | ||
) | ||
@@ -138,0 +143,0 @@ ) |
{ | ||
"name": "@eaze/footer", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "Footer component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -71,2 +71,3 @@ import React, { PureComponent } from 'react' | ||
<Link href='https://www.eaze.com/privacy-policy'>Privacy policy</Link> | ||
<Link href='https://www.eaze.com/referral-program-rules'>Referral Program Rules</Link> | ||
</Section> | ||
@@ -73,0 +74,0 @@ </Content> |
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
9667
209