Update CountryItem.svelte

Resolves #23
This commit is contained in:
Arhey 2023-05-04 02:31:47 +03:00
parent 2045ef8a09
commit 6c7e87b0de

View file

@ -58,6 +58,7 @@
aria-controls="accordion-body-{country.code}"
>
<span>{country.flag}&nbsp;{country.name}</span>
{#if !hasQuery}
<svg
class:rotate-180="{expanded}"
class="w-6 h-6 shrink-0"
@ -71,6 +72,7 @@
clip-rule="evenodd"
></path>
</svg>
{/if}
</button>
</h2>
{#if expanded}