This commit is contained in:
a-ill 2023-07-13 14:34:45 +03:00
parent 56a57059c1
commit df9a0a27bb
2 changed files with 2 additions and 2 deletions

View File

@ -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