@eeacms/volto-n2k 0.1.6 → 0.1.7
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,9 +4,16 @@ 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
|
+
#### [0.1.7](https://github.com/eea/volto-n2k/compare/0.1.6...0.1.7)
|
|
8
|
+
|
|
9
|
+
- Update toolkit link [`d791e63`](https://github.com/eea/volto-n2k/commit/d791e63603d750afbead921f1cebbf90902dc8e2)
|
|
10
|
+
- Change link for natura2000 [`98fb51c`](https://github.com/eea/volto-n2k/commit/98fb51c76320ac47e6bbeb0e4012cc49932c17d2)
|
|
11
|
+
|
|
7
12
|
#### [0.1.6](https://github.com/eea/volto-n2k/compare/0.1.5...0.1.6)
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
> 3 August 2022
|
|
15
|
+
|
|
16
|
+
- Add toolkit in landing page [`#7`](https://github.com/eea/volto-n2k/pull/7)
|
|
10
17
|
|
|
11
18
|
#### [0.1.5](https://github.com/eea/volto-n2k/compare/0.1.4...0.1.5)
|
|
12
19
|
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ export const tiles = [
|
|
|
15
15
|
image: natura2000,
|
|
16
16
|
title: 'Natura 2000',
|
|
17
17
|
description: 'NATURA 2000',
|
|
18
|
-
link: '/natura2000/
|
|
18
|
+
link: '/natura2000/natura2000',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
image: coasts_and_seas,
|
|
@@ -57,7 +57,7 @@ export const tiles = [
|
|
|
57
57
|
image: toolkit,
|
|
58
58
|
title: 'Toolkit',
|
|
59
59
|
description: 'TOOLKIT',
|
|
60
|
-
link: '/
|
|
60
|
+
link: 'https://europa.eu/youth/year-of-youth/eu_initiative/pdf/32289_en',
|
|
61
61
|
},
|
|
62
62
|
];
|
|
63
63
|
|