Edit browse locations section
Create badge atom,
This commit is contained in:
@@ -14,13 +14,15 @@
|
||||
<ul class="browse__continents" id="continents">
|
||||
<li>
|
||||
<Button tag="button" text="All" class="button-outline" />
|
||||
<Button tag="button" text="Europe" class="button-outline" />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="browse__locations" id="locations_list" role="list">
|
||||
{#each locations as location (location.slug)}
|
||||
{#each locations as location, index}
|
||||
<Location
|
||||
location={location}
|
||||
index={index}
|
||||
/>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user