@eeacms/volto-clms-theme 1.1.278 → 1.1.279
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [1.1.279](https://github.com/eea/volto-clms-theme/compare/1.1.278...1.1.279) - 26 March 2026
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Refs #301953 - Make LinkedIn footer link editable. [GhitaB - [`f3fbd5b`](https://github.com/eea/volto-clms-theme/commit/f3fbd5bee761c938841453d72d076f013d6cff33)]
|
|
7
12
|
### [1.1.278](https://github.com/eea/volto-clms-theme/compare/1.1.277...1.1.278) - 20 March 2026
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
|
@@ -271,14 +271,13 @@ class Footer extends Component {
|
|
|
271
271
|
{this.props.intl.formatMessage(messages.followUs)}
|
|
272
272
|
</div>
|
|
273
273
|
<div className="ccl-footer-social">
|
|
274
|
-
<
|
|
275
|
-
href="
|
|
274
|
+
<UniversalLink
|
|
275
|
+
href="/en/linkedin-redirect"
|
|
276
276
|
target="_blank"
|
|
277
277
|
rel="noreferrer"
|
|
278
|
-
aria-label="Linkedin"
|
|
279
278
|
>
|
|
280
279
|
<FontAwesomeIcon icon={['fab', 'linkedin']} />
|
|
281
|
-
</
|
|
280
|
+
</UniversalLink>
|
|
282
281
|
<a
|
|
283
282
|
href="https://www.youtube.com/playlist?list=PL1_QSyumTz7CZQEZ-1foOTeTOelKDQmxu"
|
|
284
283
|
target="_blank"
|