Skip to content

Commit

Permalink
fix: fix aspect ratio for story maps tool card image
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Nov 29, 2023
1 parent c906843 commit 41102f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"title": "Terraso Story Maps",
"url": "/tools/story-maps",
"img": {
"height": "95",
"height": "188",
"width": "250",
"src": "tools/story-maps.png",
"caption": "Rocky Hill’s Story Map"
Expand Down
2 changes: 1 addition & 1 deletion src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"title": "Terraso Story Maps",
"url": "/tools/story-maps",
"img": {
"height": "95",
"height": "188",
"width": "250",
"src": "tools/story-maps.png",
"caption": "Story Map de Rocky Hill"
Expand Down

0 comments on commit 41102f0

Please sign in to comment.