Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from eea/develop
Browse files Browse the repository at this point in the history
Increase Slider timer to 8sec
  • Loading branch information
andreiggr committed Jan 18, 2022
2 parents 709f55f + f7a81a3 commit 532e0fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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).

#### [0.1.33](https://github.com/eea/volto-forests-theme/compare/0.1.32...0.1.33)

- Increase Slider timer to 8sec [`ad8c1fa`](https://github.com/eea/volto-forests-theme/commit/ad8c1fa33a2007e82022bb780d21b39573ef4460)

#### [0.1.32](https://github.com/eea/volto-forests-theme/compare/0.1.31...0.1.32)

> 17 January 2022
- Develop [`#43`](https://github.com/eea/volto-forests-theme/pull/43)
- Revert "add cy tests" [`#44`](https://github.com/eea/volto-forests-theme/pull/44)
- add cy tests [`#41`](https://github.com/eea/volto-forests-theme/pull/41)
- don't hide header extra text in mobile view [`328c34a`](https://github.com/eea/volto-forests-theme/commit/328c34aacd59803c8d8128efbec4754fc6415298)
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-forests-theme",
"version": "0.1.32",
"version": "0.1.33",
"description": "@eeacms/volto-forests-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 1 addition & 1 deletion src/components/theme/Header/HomepageSlider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class HomepageSlider extends Component {
renderItem={this.renderSlide}
renderThumbInner={this.renderThumbnail}
slideDuration={450}
slideInterval={5000}
slideInterval={8000}
/>
</div>
<div className="extra-header">
Expand Down

0 comments on commit 532e0fa

Please sign in to comment.