Adjust formatting and text on splash

This commit is contained in:
Ryan Huffman 2016-01-19 11:07:16 -08:00
parent 08b87c37cc
commit 8ea586fbe3
3 changed files with 3 additions and 2 deletions

View file

@ -466,7 +466,7 @@ function maybeInstallDefaultContentSet(onComplete) {
// Start downloading content set
var req = progress(request.get({
url: "https://s3.amazonaws.com/hifi-public/homeset/updated.zip"
url: "https://s3.amazonaws.com/hifi-public/homeset/demo.zip"
}, function(error, responseMessage, responseData) {
if (aborted) {
return;

View file

@ -129,5 +129,6 @@ p {}
}
input[type="checkbox"] {
-webkit-transform: scale(1.4);
display: inline-block;
}

View file

@ -70,7 +70,7 @@ You can make your home yours by uploading your own models and scripts, and addin
<div id="existing-resources-area">
<p>
<h2>Your existing Stack Manager content is safe.</h2>
Server Console comes with demo content but does not overwrite your data. To import content you previously managed with Stack Manager, <a target="_blank" href="https://docs.highfidelity.com/docs/the-basics">see our guide to migrating content</a>.
Server Console comes with demo content but does not overwrite your data. <a target="_blank" href="https://docs.highfidelity.com/docs/the-basics">See our guide to importing content previously managed with Stack Manager</a>.
</p>
</div>
</div>