mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Link to more info on Radar app
This commit is contained in:
parent
d5388ba23b
commit
12a6e366b6
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -42,6 +42,10 @@ p a {
|
|||
color: SteelBlue;
|
||||
}
|
||||
|
||||
.appdesc a {
|
||||
color: LightBlue;
|
||||
}
|
||||
|
||||
font.appname {
|
||||
font-family: 'Merriweather', sans-serif;
|
||||
font-size: 18px;
|
||||
|
|
Loading…
Reference in a new issue