Fix Location images

This commit is contained in:
2021-11-25 23:50:16 +01:00
parent bf76b78027
commit 595a93087c

View File

@@ -67,7 +67,7 @@
<Image <Image
class="location__flag" class="location__flag"
id={location.country.flag.id} id={location.country.flag.id}
sizeKey="square" sizeKey="square-small"
width={32} height={32} width={32} height={32}
alt="Flag of {location.country.name}" alt="Flag of {location.country.name}"
/> />