Skip to content

Commit 403400b

Browse files
committed
Fixe url demo anonymous
1 parent 22eb941 commit 403400b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/dist/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<script src="bundle.js"></script>
5656
<script>
5757
function startDemo() {
58-
let playUrl = window.location.protocol + "//play."+window.location.host+"/_/global/gparant.github.io/tcm-client/Demo/demo-v1.json";
58+
let playUrl = window.location.protocol + "//play."+window.location.host+'/_/global/gparant.github.io/tcm-client/Demo/demo-v1.json';
5959
window.open(playUrl, '_blank');
6060
}
6161
function startGame() {
62-
let playUrl = window.location.protocol + "//play."+window.location.host;
62+
let playUrl = window.location.protocol + "//play."+window.location.host+'/_/global/npeguin.github.io/office-map/map.json';
6363
window.open(playUrl, '_blank');
6464
}
6565
function startConsole() {
@@ -126,19 +126,19 @@ <h3>
126126
<a class="custom-link start"
127127
style="padding-top: 4px;font-size: 18px;"
128128
target="_BLANK" onclick="startConsole()" title="YOUR ADVENTURE!">
129-
YOUR WORKADVENTURE!
129+
CREATE YOUR MAP
130130
</a>
131131
</div>
132132
<div class="col col-lg-3">
133133
<a class="custom-link play" target="_BLANK" onclick="startDemo()" title="DEMO!">
134-
TRY DEMO!
134+
TUTORIAL
135135
</a>
136136
</div>
137137
</div>
138138
<div style="min-height: 100px" class="row buttons-row justify-content-md-center pt-5">
139139
<div class="col col-lg-3">
140140
<a class="custom-link anonymous contribute" target="_BLANK" onclick="startGame()" title="FEEDBACK">
141-
BE ANONYMOUS
141+
DEMO (Anonymous)
142142
</a>
143143
</div>
144144
</div>

0 commit comments

Comments
 (0)