Skip to content

Commit

Permalink
update footer with privacy and legal statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed May 17, 2021
1 parent 4b62d0b commit 733d765
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/customizations/volto/components/theme/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,19 @@ const Footer = (props) => (
<FormattedMessage id="contact" defaultMessage="Contact" />
</Link>
</li>
<li>
<Link className="item" to="/privacy_statement">
<FormattedMessage
id="privacy"
defaultMessage="Privacy statement"
/>
</Link>
</li>
<li>
<Link className="item" to="/legal_notice">
<FormattedMessage id="legal" defaultMessage="Legal notice" />
</Link>
</li>
</ul>
</Grid.Column>
<Grid.Column tablet={12} computer={6} largeScreen={6}>
Expand Down
3 changes: 2 additions & 1 deletion theme/themes/energyunion/globals/reset.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ template {
}

.unlist {
width: 100%;
width: 110%;
display: flex;
padding-left: 0;
margin: 0;
list-style-type: none;
Expand Down

0 comments on commit 733d765

Please sign in to comment.