From cbaa500ca95aa317a7b7695b6a27bc964f5d5bef Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Sun, 2 Jul 2023 12:16:36 +0000
Subject: [PATCH] Update public/src/js/config.tsx

---
 public/src/js/config.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/src/js/config.tsx b/public/src/js/config.tsx
index d1650f7..267e59c 100644
--- a/public/src/js/config.tsx
+++ b/public/src/js/config.tsx
@@ -32,7 +32,7 @@ export const websceneId = "2f5bd708966344f99b7a6c8b6ea833ea";
    // or create a new section by
    // implement a subclass from `Section`
    
-   // The about Turangua section:
+   // About HFT Stuttgart section
 new HomeSection({
   content: (that: any) => (
     <div>
@@ -82,7 +82,7 @@ new HomeSection({
  // Bau 1 of HFT Campus
 
 
-//    // The different floors for Turanga:
+//    // The different floors for HFT Stuttgart:
     new FloorsSection({
       FloorSurface: new Collection([
         new Floor({
-- 
GitLab