Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PiggyPlex authored Mar 17, 2021
1 parent 3d0adb2 commit 7e1500a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions websites/K/keybr.com/dist/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"en": "Teaching the world to type at the speed of thought! Typing lessons that work."
},
"service": "keybr.com",
"version": "1.0.0",
"version": "1.0.1",
"logo": "https://i.imgur.com/5ZUdx7o.png",
"thumbnail": "https://i.imgur.com/D6gTvpU.png",
"color": "#F5F0F0",
Expand All @@ -24,15 +24,15 @@
"id": "changedetails",
"title": "Change top line",
"icon": "fas fa-trophy",
"value": "Current Key: {currentkey}",
"placeholder": "Current Key: {currentkey}"
"value": "Current Key: %currentkey%",
"placeholder": "Current Key: %currentkey%"
},
{
"id": "changestate",
"title": "Change second line",
"icon": "fas fa-info",
"value": "WPM: {speed.wpm} | Score: {score}",
"placeholder": "WPM: {speed.wpm} | Score: {score}"
"value": "WPM: %speed.wpm% | Score: %score%",
"placeholder": "WPM: %speed.wpm% | Score: %score%"
}
]
}

0 comments on commit 7e1500a

Please sign in to comment.