From 44f1054fb7b9b73f96caa9f33c1b8b85f5cb1326 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Wed, 3 May 2023 13:54:45 +0000
Subject: [PATCH] Update public/webXR/index.html, public/webXR/2-Hit.html

---
 public/webXR/2-Hit.html | 2 +-
 public/webXR/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/webXR/2-Hit.html b/public/webXR/2-Hit.html
index b8be792..8b2c0df 100644
--- a/public/webXR/2-Hit.html
+++ b/public/webXR/2-Hit.html
@@ -4,7 +4,7 @@
   <meta charset="UTF-8">
   <meta name="viewport"
         content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
-  <title>Hit to Place Demo</title>
+  <title>Tap to Place Demo</title>
 
   <!-- three.js -->
   <script src="https://unpkg.com/three@0.126.0/build/three.js"></script>
diff --git a/public/webXR/index.html b/public/webXR/index.html
index 161500c..e526b5e 100644
--- a/public/webXR/index.html
+++ b/public/webXR/index.html
@@ -44,7 +44,7 @@
     <p>Click on one of the buttons below to check the two demos:</p>
     <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="HfT Stuttgart" id="logo">
     <button onclick="location.href='1-Cube.html'">Cube demo</button>
-    <button onclick="location.href='2-Hit.html'">Hit to Place Demo</button>
+    <button onclick="location.href='2-Hit.html'">Tap to Place Demo</button>
     <p> You can follow this <a href="https://www.google.com">tutorial</a> to create a similar WebXR app.</p>
     <footer>&copy; 2023 HfT Stuttgart. Contact <a href="mailto:muhammad.alfakhori@hft-stuttgart.de">Muhammad Alfakhori</a>.</footer>
   </body>
-- 
GitLab