From 89fcdf330d9222674bd46897a5a37f99666b0e4e Mon Sep 17 00:00:00 2001 From: Richard Liu Date: Thu, 10 Sep 2020 12:08:15 -0700 Subject: [PATCH] remove vote for series link --- react_app/package.json | 2 +- react_app/src/components/FAQ.js | 16 ++++------------ react_app/src/settings.js | 2 +- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/react_app/package.json b/react_app/package.json index 048eb9b..2a60e0c 100644 --- a/react_app/package.json +++ b/react_app/package.json @@ -1,6 +1,6 @@ { "name": "greggdict", - "version": "1.0.0", + "version": "0.0.5", "description": "Gregg Shorthand Dictionary", "author": "Richard Liu (richyliu)", "license": "MIT", diff --git a/react_app/src/components/FAQ.js b/react_app/src/components/FAQ.js index d06ff76..c2e3799 100644 --- a/react_app/src/components/FAQ.js +++ b/react_app/src/components/FAQ.js @@ -11,12 +11,8 @@ const Link = ({ href, children }) => ( const QuestionAndAnswer = ({ question, answer }) => (
-

- {question} -

-

- {answer} -

+

{question}

+

{answer}

); @@ -32,12 +28,8 @@ const FAQ = () => ( question="Why don't I see my series of Gregg Shorthand?" answer={ - Currently only simplified is supported. I will add more series if - people find it useful.{' '} - - Vote here - {' '} - for your Gregg series. + Currently only simplified is supported. I may add more series in the + future. } /> diff --git a/react_app/src/settings.js b/react_app/src/settings.js index 297b2f7..1deb932 100644 --- a/react_app/src/settings.js +++ b/react_app/src/settings.js @@ -1,5 +1,5 @@ // current version -const version = 'v0.0.5-prerelease'; +const version = 'v0.0.5'; // root for the reference.json and the pages/ folder for images const assetsRoot =