mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 01:59:15 +02:00
Adjust formatting and text on splash
This commit is contained in:
parent
08b87c37cc
commit
8ea586fbe3
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -129,5 +129,6 @@ p {}
|
|||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
-webkit-transform: scale(1.4);
|
||||
display: inline-block;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue