Skip to content

Commit

Permalink
Merge pull request #88 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tedw87 authored Feb 25, 2025
2 parents 74d18f2 + 4680e28 commit 185b4fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.52](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.51...0.1.52) - 25 February 2025

### [0.1.51](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.50...0.1.51) - 13 February 2025

### [0.1.50](https://github.com/eea/volto-climate-advisory-board-policy/compare/0.1.49...0.1.50) - 5 February 2025
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-climate-advisory-board-policy",
"version": "0.1.51",
"version": "0.1.52",
"description": "@eeacms/volto-climate-advisory-board-policy: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency",
Expand Down
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/Hero/HeroMetadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const HeroMetadata = ({ buttonLabel, buttonLink, inverted, styles = {} }) => {

return buttonLabel ? (
<UniversalLink
className={cx('ui button', buttonVariant, { inverted })}
className={cx('ui default button', buttonVariant, { inverted })}
href={buttonLink || ''}
>
{buttonLabel}
Expand Down

0 comments on commit 185b4fa

Please sign in to comment.