diff --git a/src/style/atoms/_box-cta.scss b/src/style/atoms/_box-cta.scss
index 1b423db..b164aa0 100644
--- a/src/style/atoms/_box-cta.scss
+++ b/src/style/atoms/_box-cta.scss
@@ -52,7 +52,7 @@
// Hover
&:hover {
$shadow-color: rgba(0, 0, 0, 0.05);
- background-color: #77357b;
+ background-color: #8f3d7b;
box-shadow: 0 6px 6px $shadow-color, 0 12px 12px $shadow-color, 0 24px 24px $shadow-color;
.icon {
diff --git a/static/images/icons/bag.svg b/static/images/icons/bag.svg
index 6671811..d413a8b 100644
--- a/static/images/icons/bag.svg
+++ b/static/images/icons/bag.svg
@@ -1,3 +1,3 @@
\ No newline at end of file
diff --git a/static/images/icons/earth.svg b/static/images/icons/earth.svg
new file mode 100644
index 0000000..2559fa0
--- /dev/null
+++ b/static/images/icons/earth.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/static/images/icons/explore.svg b/static/images/icons/explore.svg
deleted file mode 100644
index ea9a341..0000000
--- a/static/images/icons/explore.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/static/images/icons/form.svg b/static/images/icons/form.svg
index 710d06b..d644c88 100644
--- a/static/images/icons/form.svg
+++ b/static/images/icons/form.svg
@@ -1,7 +1,3 @@
-
+
\ No newline at end of file
diff --git a/static/images/icons/globe.svg b/static/images/icons/globe.svg
index 386f178..59db87d 100644
--- a/static/images/icons/globe.svg
+++ b/static/images/icons/globe.svg
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/static/images/icons/photos.svg b/static/images/icons/photos.svg
new file mode 100644
index 0000000..c78a698
--- /dev/null
+++ b/static/images/icons/photos.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
From dca5372fc50cc8ae91f2e5ba729bbf66c12f378c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?=
Date: Sun, 3 Oct 2021 19:21:07 +0200
Subject: [PATCH 2/2] Disable TS for Globe
---
src/modules/globe/index.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/modules/globe/index.js b/src/modules/globe/index.js
index a4538b5..df917d2 100644
--- a/src/modules/globe/index.js
+++ b/src/modules/globe/index.js
@@ -1,3 +1,4 @@
+// @ts-nocheck
import { Renderer } from './beam'
import { Camera } from './beam'
import { vec2, vec3, mat4 } from './beam'