diff --git a/interface/resources/qml/LoginDialog.qml b/interface/resources/qml/LoginDialog.qml
index a028bba059..26166d78b4 100644
--- a/interface/resources/qml/LoginDialog.qml
+++ b/interface/resources/qml/LoginDialog.qml
@@ -85,7 +85,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
- sourceSize.width: 346
+ sourceSize.width: 272
sourceSize.height: 91
source: "../images/brand-banner.svg"
horizontalAlignment: Image.AlignHCenter
diff --git a/interface/resources/qml/OverlayLoginDialog.qml b/interface/resources/qml/OverlayLoginDialog.qml
index 5d78823311..533635916d 100644
--- a/interface/resources/qml/OverlayLoginDialog.qml
+++ b/interface/resources/qml/OverlayLoginDialog.qml
@@ -81,7 +81,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
- sourceSize.width: 346
+ sourceSize.width: 272
sourceSize.height: 91
source: "../images/brand-banner.svg"
horizontalAlignment: Image.AlignHCenter
diff --git a/interface/resources/qml/dialogs/TabletLoginDialog.qml b/interface/resources/qml/dialogs/TabletLoginDialog.qml
index c568662c10..78e624798c 100644
--- a/interface/resources/qml/dialogs/TabletLoginDialog.qml
+++ b/interface/resources/qml/dialogs/TabletLoginDialog.qml
@@ -129,7 +129,7 @@ FocusScope {
Image {
id: banner
anchors.centerIn: parent
- sourceSize.width: 278
+ sourceSize.width: 218
sourceSize.height: 73
source: "../../images/brand-banner.svg"
horizontalAlignment: Image.AlignHCenter
diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
index 2b3a0176f3..20d24ee7bf 100644
--- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
+++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
@@ -24,7 +24,7 @@ Rectangle {
spacing: 5
Image {
- width: 278; height: 73
+ width: 218; height: 73
fillMode: Image.PreserveAspectFit
source: "../../../images/brand-banner.svg"
}
@@ -59,10 +59,10 @@ Rectangle {
textFormat: Text.StyledText
linkColor: "#00B4EF"
color: "white"
- text: "Website"
+ text: "Website"
size: 20
onLinkActivated: {
- About.openUrl("https://vircadia.com");
+ About.openUrl("https://overte.org");
}
}
@@ -70,10 +70,10 @@ Rectangle {
textFormat: Text.StyledText
linkColor: "#00B4EF"
color: "white"
- text: "Source"
+ text: "Source"
size: 20
onLinkActivated: {
- About.openUrl("https://github.com/vircadia/vircadia");
+ About.openUrl("https://github.com/overte-org/overte");
}
}
@@ -131,6 +131,11 @@ Rectangle {
}
}
Item { height: 20; width: 1 }
+ RalewayRegular {
+ color: "white"
+ text: "© 2022 Overte e.V."
+ size: 14
+ }
RalewayRegular {
color: "white"
text: "© 2019 - 2021 Vircadia contributors."