diff --git a/components/app/Login.vue b/components/app/Login.vue
new file mode 100644
index 000000000..8c7a4373f
--- /dev/null
+++ b/components/app/Login.vue
@@ -0,0 +1,26 @@
+
+
+
+ {{ $t("login") }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/landing/Globe.vue b/components/landing/Globe.vue
index 482dba689..c23ef95b0 100644
--- a/components/landing/Globe.vue
+++ b/components/landing/Globe.vue
@@ -78,7 +78,6 @@ export default {
this.globe = new ThreeGlobe()
.globeImageUrl(texture)
.atmosphereColor("#aaaaaa")
-
// arcs layer
.arcsData(this.arcsData)
.arcColor("color")
diff --git a/components/smart/DeletableChip.vue b/components/smart/DeletableChip.vue
index a0c072ddd..6ac4a29b7 100644
--- a/components/smart/DeletableChip.vue
+++ b/components/smart/DeletableChip.vue
@@ -20,7 +20,6 @@
@apply bg-primaryDark;
@apply text-secondary;
@apply font-mono;
-
@apply border border-divider;
}
diff --git a/components/smart/Modal.vue b/components/smart/Modal.vue
index 1686e514b..01ebc91b3 100644
--- a/components/smart/Modal.vue
+++ b/components/smart/Modal.vue
@@ -124,7 +124,6 @@ export default {
@apply items-center;
@apply justify-center;
@apply transition;
-
@apply bg-primaryLight;
}