mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
16eca5d855
commit
1634138c62
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ Rectangle {
|
|||
textFormat: Text.StyledText
|
||||
linkColor: "#00B4EF"
|
||||
color: "white"
|
||||
text: "<a href=\"https://github.com/vircadia/project-athena\">Vircadia Github</a>."
|
||||
text: "<a href=\"https://github.com/vircadia/vircadia\">Vircadia Github</a>."
|
||||
size: 20
|
||||
onLinkActivated: {
|
||||
About.openUrl("https:/github.com/vircadia/project-athena");
|
||||
About.openUrl("https:/github.com/vircadia/vircadia");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue