WIP for the locations list

Needs some fixes for the appearing items
This commit is contained in:
2020-02-17 22:39:40 +01:00
parent 615182d6fb
commit f1af0806f1
3 changed files with 49 additions and 74 deletions

View File

@@ -6,7 +6,7 @@
const src = country.flag.full_url
</script>
<div class="location" data-groups='["{country.continent.id}"]'>
<div class="location">
<a href="/location/{country.slug}/{slug}">
<img {src} alt={'Flag of ' + country.name} />
<h3 class="location__city">{name}</h3>