Link to more info on Radar app

This commit is contained in:
David Rowe 2020-06-12 20:52:49 +12:00
parent d5388ba23b
commit 12a6e366b6
2 changed files with 5 additions and 1 deletions

View file

@ -57,7 +57,7 @@ var metadata = { "applications": [
"isActive": true,
"directory": "radar",
"name": "Radar",
"description": "Show where people are and teleport in the domain.",
"description": "Show where people are and teleport in the domain. <a href='http://ctrlaltstudio.com/vircadia/radar'>More information.</a>",
"jsfile": "radar/radar.js",
"icon": "radar/assets/radar-i.svg",
"caption": "RADAR"

View file

@ -42,6 +42,10 @@ p a {
color: SteelBlue;
}
.appdesc a {
color: LightBlue;
}
font.appname {
font-family: 'Merriweather', sans-serif;
font-size: 18px;