Fix sizeKey on Image without sizes

This commit is contained in:
2021-11-28 23:08:13 +01:00
parent 7169faa3aa
commit 89234e6e52
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
<div class="photo-card__info">
<Image
id={location.country.flag.id}
sizeKey="square"
sizeKey="square-small"
width={24}
height={24}
alt="Flag of {location.country.name}"