From b492faedfa329935828ca26cda94bf4f012f7c88 Mon Sep 17 00:00:00 2001 From: acidumirae Date: Sun, 12 Mar 2023 07:26:54 +0800 Subject: [PATCH] Fix ESLint errors for production build --- src/component/AboutUs/Main.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/component/AboutUs/Main.js b/src/component/AboutUs/Main.js index d9dc54a..6227fbb 100644 --- a/src/component/AboutUs/Main.js +++ b/src/component/AboutUs/Main.js @@ -16,8 +16,9 @@ const Main = ({brdcum}) => { const [ytShow , setytShow] = useState (false) // About us text variables - let innovativeDesc = 'The team at myFit by Fluxtra LLC works with you to achieve your health objectives without getting in your way. Do your health your way to get the best result for you and your family. We are you, always ready and always engaged with the users to help get the best out of our solution.' - 'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.' + let innovativeDesc = `The team at myFit by Fluxtra LLC works with you to achieve your health objectives without getting in your way. Do your health your way to get the best result for you and your family. We are you, always ready and always engaged with the users to help get the best out of our solution. + We work with you to achieve your health and fitness goals by providing solutions that fit your goals.` + let whyWeAreDiff = { desc:'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.', secureDesc:"MyFit is built to keep your data secure and protect your privacy. Your data is encrypted and you are always in control of your information.", @@ -251,4 +252,4 @@ const Main = ({brdcum}) => { ) } -export default Main \ No newline at end of file +export default Main