diff --git a/src/App.jsx b/src/App.jsx index 6582002..6ba0cff 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,8 +12,8 @@ function App() { }> } /> - } /> - } /> + } /> + } /> } /> diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index 4438ae9..62842b9 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -6,8 +6,8 @@ export const Header = () => { RentCamp - Rent - Favourite + Rent + Favourite ); diff --git a/src/main.jsx b/src/main.jsx index 671a79e..3900d64 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -11,14 +11,14 @@ import { theme } from "./theme.js"; ReactDOM.createRoot(document.getElementById("root")).render( - - - + + + - - - + + + );