Skip to content

Commit

Permalink
fix(story-tags): set tag names properly
Browse files Browse the repository at this point in the history
  • Loading branch information
KatvonRivia committed May 6, 2024
1 parent fe647f0 commit 60c6f52
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions storage/stories/stories-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,15 @@
"title": "Coastal Sea Level",
"description": "",
"image": "assets/story42-image01.jpg",
"tags": ["sea level"],
"tags": ["sea-level"],
"position": [-80, 26]
},
{
"id": "story-43",
"title": "El Niño 2023",
"description": "",
"image": "assets/story43-image01.jpg",
"tags": ["sea-surface-temperature", "sea-surface-salinity, cloud"],
"tags": ["sea-surface-temperature", "sea-surface-salinity", "cloud"],
"position": [-128, 5]
},
{
Expand Down
4 changes: 2 additions & 2 deletions storage/stories/stories-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@
"title": "Coastal Sea Level",
"description": "",
"image": "assets/story42-image01.jpg",
"tags": ["sea level"],
"tags": ["sea-level"],
"position": [-80, 26]
},
{
"id": "story-43",
"title": "El Niño 2023",
"description": "",
"image": "assets/story43-image01.jpg",
"tags": ["sea-surface-temperature", "sea-surface-salinity, cloud"],
"tags": ["sea-surface-temperature", "sea-surface-salinity", "cloud"],
"position": [-128, 5]
},
{
Expand Down
4 changes: 2 additions & 2 deletions storage/stories/stories-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@
"title": "Coastal Sea Level",
"description": "",
"image": "assets/story42-image01.jpg",
"tags": ["sea level"],
"tags": ["sea-level"],
"position": [-80, 26]
},
{
"id": "story-43",
"title": "El Niño 2023",
"description": "",
"image": "assets/story43-image01.jpg",
"tags": ["sea-surface-temperature", "sea-surface-salinity, cloud"],
"tags": ["sea-surface-temperature", "sea-surface-salinity", "cloud"],
"position": [-128, 5]
},
{
Expand Down
4 changes: 2 additions & 2 deletions storage/stories/stories-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@
"title": "Coastal Sea Level",
"description": "",
"image": "assets/story42-image01.jpg",
"tags": ["sea level"],
"tags": ["sea-level"],
"position": [-80, 26]
},
{
"id": "story-43",
"title": "El Niño 2023",
"description": "",
"image": "assets/story43-image01.jpg",
"tags": ["sea-surface-temperature", "sea-surface-salinity, cloud"],
"tags": ["sea-surface-temperature", "sea-surface-salinity", "cloud"],
"position": [-128, 5]
},
{
Expand Down
4 changes: 2 additions & 2 deletions storage/stories/stories-nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@
"title": "Coastal Sea Level",
"description": "",
"image": "assets/story42-image01.jpg",
"tags": ["sea level"],
"tags": ["sea-level"],
"position": [-80, 26]
},
{
"id": "story-43",
"title": "El Niño 2023",
"description": "",
"image": "assets/story43-image01.jpg",
"tags": ["sea-surface-temperature", "sea-surface-salinity, cloud"],
"tags": ["sea-surface-temperature", "sea-surface-salinity", "cloud"],
"position": [-128, 5]
},
{
Expand Down

0 comments on commit 60c6f52

Please sign in to comment.