diff --git a/src/App.jsx b/src/App.jsx index 0a78ef1ea1..f0d9dd62c6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,13 +12,11 @@ const App = () => { const { title } = useSelector((state) => state.convo); useDocumentTitle(title); -// bg-color: #343541 instead of bg-gray-800 - return (