Skip to content

Commit

Permalink
Merge pull request #551 from eea/develop
Browse files Browse the repository at this point in the history
link to contact_email
  • Loading branch information
erral committed Feb 19, 2024
2 parents 762a50b + 4f812eb commit 3109551
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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.1.112](https://github.com/eea/volto-clms-theme/compare/1.1.111...1.1.112) - 16 February 2024
### [1.1.113](https://github.com/eea/volto-clms-theme/compare/1.1.112...1.1.113) - 19 February 2024

#### :bug: Bug Fixes
#### :hammer_and_wrench: Others

- fix: CLMS-3076 [Unai - [`f0df038`](https://github.com/eea/volto-clms-theme/commit/f0df038a8065306f78dc5b50ade1e15da86fa4d1)]
- link to contact_email [Mikel Larreategi - [`0b000f5`](https://github.com/eea/volto-clms-theme/commit/0b000f58cf1928fd7dae548ab49e7857fd53e1c4)]
### [1.1.112](https://github.com/eea/volto-clms-theme/compare/1.1.111...1.1.112) - 16 February 2024

### [1.1.111](https://github.com/eea/volto-clms-theme/compare/1.1.110...1.1.111) - 13 February 2024

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-clms-theme",
"version": "1.1.112",
"version": "1.1.113",
"description": "volto-clms-theme: Volto theme for CLMS site",
"main": "src/index.js",
"author": "CodeSyntax for the European Environment Agency",
Expand Down
2 changes: 1 addition & 1 deletion src/components/CLMSMeetingView/CLMSMeetingView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export const CLMSMeetingView = (props) => {
<Header>{intl.formatMessage(messages.contactName)}</Header>
</div>
<div className="dataset-field-description">
<a href={`mailto:${content.contact_name}`}>
<a href={`mailto:${content.contact_email}`}>
{content.contact_name}
</a>
</div>
Expand Down

0 comments on commit 3109551

Please sign in to comment.