Move data-sveltekit-* attributes to parent level when possible
This commit is contained in:
@@ -117,11 +117,11 @@
|
||||
{/if}
|
||||
</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<ul data-sveltekit-noscroll>
|
||||
{#each location as loc}
|
||||
{#if loc.location_id}
|
||||
<li>
|
||||
<a href="/{loc.location_id.country.slug}/{loc.location_id.slug}" data-sveltekit-noscroll tabindex="0">
|
||||
<a href="/{loc.location_id.country.slug}/{loc.location_id.slug}" tabindex="0">
|
||||
<Image
|
||||
id={loc.location_id.country.flag.id}
|
||||
sizeKey="square-small"
|
||||
|
||||
Reference in New Issue
Block a user