diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
index d89f8cafe3..1a51c33368 100644
--- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
+++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml
@@ -66,7 +66,8 @@ Rectangle {
color: "white"
}
RalewayRegular {
- textFormat: Text.RichText
+ textFormat: Text.StyledText
+ linkColor: "#00B4EF"
color: "white"
text: "www.highfidelity.com."
size: 20
@@ -100,7 +101,8 @@ Rectangle {
}
Item { height: 20; width: 1 }
RalewayRegular {
- textFormat: Text.RichText
+ textFormat: Text.StyledText
+ linkColor: "#00B4EF"
color: "white"
text: "Blockchain technology from Elements."
size: 14
@@ -111,8 +113,9 @@ Rectangle {
size: 14
}
RalewayRegular {
- textFormat: Text.RichText
+ textFormat: Text.StyledText
color: "white"
+ linkColor: "#00B4EF"
text: "Distributed under the Apache License, Version 2.0.."
size: 14
}