diff --git a/app/package.json b/app/package.json index ac4d4c9..813b3fd 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "impression", - "version": "1.0.2", + "version": "1.1.1", "description": "Make your impression better", "keywords": [ "semantic analysis", diff --git a/app/src/components/Feedback.jsx b/app/src/components/Feedback.jsx index b627c3c..17b34ab 100644 --- a/app/src/components/Feedback.jsx +++ b/app/src/components/Feedback.jsx @@ -9,8 +9,8 @@ export default function FeedBack({ userFeedback, resetFeedback }) { return ( <> - {customFeedback} - {customFeedback}

} + {customCTAText && ( { @@ -21,7 +21,7 @@ export default function FeedBack({ userFeedback, resetFeedback }) { transition={feedbackCTAMotionConfig.transition} >

{customCTAText}

-
+
)} ); } diff --git a/app/src/styles/App.css b/app/src/styles/App.css index d300a39..506553a 100644 --- a/app/src/styles/App.css +++ b/app/src/styles/App.css @@ -17,8 +17,12 @@ body { font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; color: white; - font-size: 1.6em; + font-size: 1.5em; display: flex; justify-content: center; align-items: center; } + +h1 , h2 , h3 , h4, h5, h6 , p { + padding: 6px; +}