Credits: Add temporary globe at bottom

This commit is contained in:
2020-02-29 10:47:01 +01:00
parent 631a3e6ccb
commit 4d8493e407
3 changed files with 39 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
import IconArrow from '../atoms/IconArrow'
import TitleSite from '../atoms/TitleSite'
import LinkTranslate from '../atoms/LinkTranslate'
import InteractiveGlobe from '../molecules/InteractiveGlobe'
import Footer from '../molecules/Footer'
// Categories
@@ -64,6 +65,8 @@
</div>
{/each}
</div>
<InteractiveGlobe type="part" />
</div>
<Footer />