Fix accessibility issues
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<p>{explore_list}</p>
|
||||
</div>
|
||||
|
||||
<ul class="browse__continents" role="navigation">
|
||||
<ul class="browse__continents">
|
||||
{#each continents as { name, slug }}
|
||||
<li class:is-disabled={currentContinent && currentContinent !== slug}>
|
||||
<Button
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
|
||||
<div class="shop__content">
|
||||
<h3 class="title-medium">{shop.module_title}</h3>
|
||||
<h2 class="title-medium">{shop.module_title}</h2>
|
||||
<p class="text-small">{shop.module_text}</p>
|
||||
{#if shop.enabled}
|
||||
<Button url="/shop" text="Shop" color="pinklight" />
|
||||
|
||||
Reference in New Issue
Block a user