From 2d49085047e858c3d960d1b32653533013071869 Mon Sep 17 00:00:00 2001 From: siddhanttyagi Date: Sun, 30 Jul 2023 19:28:00 +0530 Subject: [PATCH] done --- client/src/components/InfoBar/InfoBar.css | 8 +------- client/src/index.js | 4 +++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/client/src/components/InfoBar/InfoBar.css b/client/src/components/InfoBar/InfoBar.css index ceaf89b6..8110937b 100644 --- a/client/src/components/InfoBar/InfoBar.css +++ b/client/src/components/InfoBar/InfoBar.css @@ -8,13 +8,7 @@ width: 100%; } -.leftInnerContainer { - flex: 0.5; - display: flex; - align-items: center; - margin-left: 5%; - color: white; -} + .rightInnerContainer { display: flex; diff --git a/client/src/index.js b/client/src/index.js index f79e56a7..7e6ef9ef 100644 --- a/client/src/index.js +++ b/client/src/index.js @@ -3,4 +3,6 @@ import ReactDOM from 'react-dom'; import App from './App'; -ReactDOM.render(, document.getElementById('root')); \ No newline at end of file +ReactDOM.render( + +, document.getElementById('root')); \ No newline at end of file