Implement Interactive Globe on Homepage

This commit is contained in:
2021-10-03 13:56:11 +02:00
parent 2634e0473a
commit f6da3c4b55
8 changed files with 355 additions and 121 deletions

View File

@@ -28,6 +28,7 @@
location {
name
slug
coordinates
country {
name
slug
@@ -58,6 +59,7 @@
continent {
name
slug
rotation
countries {
slug
}

View File

@@ -53,6 +53,8 @@
</div>
</div>
<InteractiveGlobe />
<Locations
locations={location}
/>