Updated interface login page

This commit is contained in:
NexPro 2020-01-08 16:21:25 +00:00
parent 0bdfdfff4a
commit 2a8b92e683
3 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,7 @@
// Created by David Rowe on 3 Jun 2015
// Copyright 2015 High Fidelity, Inc.
// Distributed under the Apache License, Version 2.0.
//
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
@ -84,7 +85,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
source: "../images/high-fidelity-banner.svg"
source: "../images/project-athena-banner-color2.svg"
horizontalAlignment: Image.AlignHCenter
}
}

View file

@ -356,7 +356,7 @@ Item {
font.pixelSize: linkAccountBody.textFieldFontSize
font.bold: linkAccountBody.fontBold
text: "<a href='https://highfidelity.com/users/password/new'> Can't access your account?</a>"
text: "<a href='metaverse.projectathena.io/users/password/new'> Can't access your account?</a>"
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
@ -480,7 +480,7 @@ Item {
leftMargin: hifi.dimensions.contentSpacing.x
}
text: "<a href='https://highfidelity.com'>Sign Up</a>"
text: "<a href='metaverse.projectathena.io/users/register'>Sign Up</a>"
linkColor: hifi.colors.blueAccent
onLinkActivated: {

View file

@ -395,7 +395,7 @@ Item {
text: signUpBody.termsContainerText
Component.onCompleted: {
// with the link.
termsText.text = qsTr("By signing up, you agree to <a href='https://www.highfidelity.com/termsofservice'>High Fidelity's Terms of Service</a>")
termsText.text = qsTr("By signing up, you agree to <a href='https://projectathena.io/termsofservice'>High Fidelity's Terms of Service</a>")
}
}