Commit cbaa500c authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update public/src/js/config.tsx

parent 11288cf4
Pipeline #8475 passed with stages
in 44 seconds
...@@ -32,7 +32,7 @@ export const websceneId = "2f5bd708966344f99b7a6c8b6ea833ea"; ...@@ -32,7 +32,7 @@ export const websceneId = "2f5bd708966344f99b7a6c8b6ea833ea";
// or create a new section by // or create a new section by
// implement a subclass from `Section` // implement a subclass from `Section`
// The about Turangua section: // About HFT Stuttgart section
new HomeSection({ new HomeSection({
content: (that: any) => ( content: (that: any) => (
<div> <div>
...@@ -82,7 +82,7 @@ new HomeSection({ ...@@ -82,7 +82,7 @@ new HomeSection({
// Bau 1 of HFT Campus // Bau 1 of HFT Campus
// // The different floors for Turanga: // // The different floors for HFT Stuttgart:
new FloorsSection({ new FloorsSection({
FloorSurface: new Collection([ FloorSurface: new Collection([
new Floor({ new Floor({
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment