Update KeyboardShortcuts.js

This commit is contained in:
Tom Moor
2017-07-12 08:08:00 -07:00
committed by GitHub
parent 57b11fab32
commit c267b8ea0a

View File

@ -12,8 +12,8 @@ function KeyboardShortcuts() {
return (
<Flex column>
<HelpText>
Abstract is designed to be super fast. All of your usual keyboard
shortcuts work here.
Atlas is designed to be super fast and easy to use.
All of your usual keyboard shortcuts work here.
</HelpText>
<HtmlContent dangerouslySetInnerHTML={{ __html: htmlContent }} />
</Flex>