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