Update
This commit is contained in:
parent
56a57059c1
commit
df9a0a27bb
|
@ -38,7 +38,7 @@
|
||||||
<h3>{$content.subheading1}</h3>
|
<h3>{$content.subheading1}</h3>
|
||||||
<map-component id="map" callback={(createMap) => mapCallbackParties(createMap,$content)}></map-component>
|
<map-component id="map" callback={(createMap) => mapCallbackParties(createMap,$content)}></map-component>
|
||||||
{#each Object.entries(partiesByCountry) as [name,parties]}
|
{#each Object.entries(partiesByCountry) as [name,parties]}
|
||||||
<h4 class="country-name">{name}</h4>
|
<h4 class="country-name">{$content[name]}</h4>
|
||||||
<div class="country-block">
|
<div class="country-block">
|
||||||
{#each parties as party}
|
{#each parties as party}
|
||||||
<div class="location-info">
|
<div class="location-info">
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue