WIP for the locations list
Needs some fixes for the appearing items
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user