Fix accessibility issues

This commit is contained in:
2021-12-15 22:31:49 +01:00
parent 82f5dd4727
commit 551991d407
8 changed files with 21 additions and 21 deletions

View File

@@ -148,7 +148,7 @@
</div>
</div>
<section class="homepage__locations" id="locations">
<section class="homepage__locations">
<InteractiveGlobe />
<ScrollingTitle

View File

@@ -23,7 +23,7 @@
text="Explore the globe to discover unique locations across the world"
/>
<section class="explore__locations" id="locations">
<section class="explore__locations">
<InteractiveGlobe />
<Locations {locations} />
</section>