diff --git a/src/App.jsx b/src/App.jsx index 6533bb5..b8f7dc5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -18,14 +18,14 @@ function App() { }, []); if (isDesktopDevice === true) { return ( - + ) } else { return ( - + )