mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 20:40:03 +02:00
Merge pull request #15144 from howard-stearns/about-blockchain
Change "about" blockchain from Elements to EOS
This commit is contained in:
commit
fac162c2bc
1 changed files with 3 additions and 2 deletions
|
@ -97,10 +97,11 @@ Rectangle {
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
linkColor: "#00B4EF"
|
linkColor: "#00B4EF"
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "Blockchain technology from <a href=\"https://elementsproject.org/elements/\">Elements</a>."
|
property string link: "https://eos.io/"
|
||||||
|
text: "Blockchain technology from <a href=\"" + link + "\">EOS</a>."
|
||||||
size: 14
|
size: 14
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
HiFiAbout.openUrl("https://elementsproject.org/elements/");
|
HiFiAbout.openUrl(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
|
|
Loading…
Reference in a new issue