From 0e2dd658fa0c496e6f5d3f41742ae8686202ab08 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 00:27:35 +0000 Subject: [PATCH] Revert website deployment This commit reverts the website to a previous state before the recent deployment that caused the page to go white. All changes made in the last deployment have been undone to restore functionality. [skip gpt_engineer] --- index.html | 2 +- src/App.jsx | 4 ++-- src/main.jsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3564fef..d57274a 100644 --- a/index.html +++ b/index.html @@ -13,4 +13,4 @@ - + \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index c76b218..5464360 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -75,7 +75,7 @@ const App = () => { - +
{user && }
@@ -101,4 +101,4 @@ const App = () => { ); }; -export default App; +export default App; \ No newline at end of file diff --git a/src/main.jsx b/src/main.jsx index f807476..08311cf 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -4,4 +4,4 @@ import "./index.css"; ReactDOM.createRoot(document.getElementById("root")).render( -); +); \ No newline at end of file