diff --git a/nodenoggin/index.html b/nodenoggin/index.html
index 0aef3e29a1fad51e4b33ffb6831b97dd5ab4f5e7..8ba3e284cc40518576912ccb3541b62f342bcc08 100644
--- a/nodenoggin/index.html
+++ b/nodenoggin/index.html
@@ -13,4 +13,4 @@
   <script type="module" src="/src/main.js"></script>
 </body>
 
-</html>
+</html>
\ No newline at end of file
diff --git a/nodenoggin/src/views/HomeView.vue b/nodenoggin/src/views/HomeView.vue
index 6bb706f08b841ad18ad98fa022e34b1095749521..652067f78da791581510a3455d974de4f33be7e1 100644
--- a/nodenoggin/src/views/HomeView.vue
+++ b/nodenoggin/src/views/HomeView.vue
@@ -4,6 +4,6 @@ import TheWelcome from '../components/TheWelcome.vue'
 
 <template>
   <main>
-    <TheWelcome />
+    <TheWelcome msg="nodenogg.in" />
   </main>
 </template>