Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:eea/volto-energy-theme into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelaineS committed Oct 25, 2021
2 parents 965543b + 484ecaf commit 0664b1b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.23](https://github.com/eea/volto-energy-theme/compare/1.0.22...1.0.23)

- Update Logo.jsx [`fe13551`](https://github.com/eea/volto-energy-theme/commit/fe13551993f5d50692f55f4de49644d0dbe9b9ca)
- Update Footer.jsx [`b1eecb9`](https://github.com/eea/volto-energy-theme/commit/b1eecb9d4964b86861c5d1c4204fa9a1b52d9d85)

#### [1.0.22](https://github.com/eea/volto-energy-theme/compare/1.0.21...1.0.22)

> 22 October 2021
- decrease line-height in html body making texts under `ul` look more consize. [`#22`](https://github.com/eea/volto-energy-theme/pull/22)
- Navigation Improvements [`4cec61a`](https://github.com/eea/volto-energy-theme/commit/4cec61a61396076679304f091c23806afef6becd)
- Menu scroll on overflow [`d18b042`](https://github.com/eea/volto-energy-theme/commit/d18b042efdbe659d5cc4e320173daf06087ed954)
- decrease line-height in html [`4ecd348`](https://github.com/eea/volto-energy-theme/commit/4ecd348c61394f4aa2b7d4377abbd61c7e35d829)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-energy-theme",
"version": "1.0.22",
"version": "1.0.23",
"description": "@eeacms/volto-energy-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Footer = (props) => (
largeScreen={6}
>
<p>
Find information on the EU and its Member States' progress in
Find information on the EU and its Member States' progress towards
their 2030 targets on climate and energy.
</p>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/customizations/volto/components/theme/Logo/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const messages = defineMessages({
},
plonesite: {
id: 'Plone Site',
defaultMessage: 'Plone Site',
defaultMessage: 'Climate and energy in the EU',
},
});

Expand Down

0 comments on commit 0664b1b

Please sign in to comment.