diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-25 17:23:51 +0000 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-25 21:25:08 +0000 |
commit | 288e60ea97f13a1e350b144abeb47a117d4689dc (patch) | |
tree | 461fcf620a8e8fb301e0ff1b0c960470a63ecc34 /docs/src | |
parent | aefcc592f24df4bd2ca1485e0fda7232612f697b (diff) |
docs: Format docs with prettier
npx prettier --write .
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/index.js | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 1b1fc65..682082d 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -12,7 +12,8 @@ const features = [ imageUrl: "img/undraw_zephyr.svg", description: ( <> - With a wide range of architecture support, ZMK is ready for many existing keyboards. + With a wide range of architecture support, ZMK is ready for many + existing keyboards. </> ), }, @@ -20,19 +21,13 @@ const features = [ title: <>Permissive Licensing</>, imageUrl: "img/undraw_open_source.svg", description: ( - <> - MIT licensed to remove any future limitations in innovation. - </> + <>MIT licensed to remove any future limitations in innovation.</> ), }, { title: <>Wireless First</>, imageUrl: "img/undraw_wireless.svg", - description: ( - <> - Designed for the future, including wireless support. - </> - ), + description: <>Designed for the future, including wireless support.</>, }, ]; |