Registrering
-
-
Virtuelt-lotteri
- Her
diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue
index 260c06c..a8da42e 100644
--- a/src/components/VinlottisPage.vue
+++ b/src/components/VinlottisPage.vue
@@ -12,9 +12,9 @@
v-if="notificationAllowed"
/>
-
- Klarer du ikke velge lodd-farger?
- Prøv loddgeneratoren
+
+ Vil du til lotteriet?
+ Trykk her
diff --git a/src/components/VirtualLotteryPage.vue b/src/components/VirtualLotteryPage.vue
index 17014d4..2a27cc9 100644
--- a/src/components/VirtualLotteryPage.vue
+++ b/src/components/VirtualLotteryPage.vue
@@ -1,6 +1,6 @@
-
Virtuelt lotteri
+ Virtuelt lotteri
+
+
+
diff --git a/src/ui/Wine.vue b/src/ui/Wine.vue
index e85d578..4ac46ac 100644
--- a/src/ui/Wine.vue
+++ b/src/ui/Wine.vue
@@ -43,6 +43,7 @@ export default {
return this.inlineSlot && window.innerWidth > 768
},
hostname(url) {
+ console.log(url);
const urlHostname = new URL(url).hostname
return urlHostname.split(".")[(urlHostname.match(/\./g) || []).length - 1]
}