From 3f8f83c3056b4f0131437d194841d48a849d346a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20I=C5=82owski?= Date: Wed, 1 Mar 2023 20:48:22 +0100 Subject: [PATCH] Remove trailing whitespace --- client/src/components/BottomFPage.jsx | 3 +-- client/src/components/FooterQuiz.jsx | 2 +- client/src/components/Truck.jsx | 2 +- client/src/style/App.scss | 3 --- client/src/style/_BottomFPage.scss | 1 - 5 files changed, 3 insertions(+), 8 deletions(-) diff --git a/client/src/components/BottomFPage.jsx b/client/src/components/BottomFPage.jsx index 6648033..4d27078 100644 --- a/client/src/components/BottomFPage.jsx +++ b/client/src/components/BottomFPage.jsx @@ -1,4 +1,3 @@ - import React, {useContext} from 'react'; import { AppContext } from './AppContext'; @@ -55,4 +54,4 @@ const BottomFPage = () => { ) } -export default BottomFPage; \ No newline at end of file +export default BottomFPage; diff --git a/client/src/components/FooterQuiz.jsx b/client/src/components/FooterQuiz.jsx index b059b23..a7838cc 100644 --- a/client/src/components/FooterQuiz.jsx +++ b/client/src/components/FooterQuiz.jsx @@ -46,4 +46,4 @@ const FooterQuiz = () => ( ) -export default FooterQuiz; \ No newline at end of file +export default FooterQuiz; diff --git a/client/src/components/Truck.jsx b/client/src/components/Truck.jsx index b4c2411..cc4b657 100644 --- a/client/src/components/Truck.jsx +++ b/client/src/components/Truck.jsx @@ -132,4 +132,4 @@ const Truck = () => { ) } -export default Truck; \ No newline at end of file +export default Truck; diff --git a/client/src/style/App.scss b/client/src/style/App.scss index b199b77..220f2e6 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -8,18 +8,15 @@ margin: 0; padding: 0; box-sizing: border-box; - } ::-webkit-scrollbar { width: 1.5em; - } ::-webkit-scrollbar-track { background-color: rgb(17,17,17); - } ::-webkit-scrollbar-thumb { diff --git a/client/src/style/_BottomFPage.scss b/client/src/style/_BottomFPage.scss index 32790f6..5d0cddc 100644 --- a/client/src/style/_BottomFPage.scss +++ b/client/src/style/_BottomFPage.scss @@ -7,7 +7,6 @@ font-size: 15px; position: absolute; top: 86%; - } .a-write-to-us {