diff --git a/public/index.html b/public/index.html index 6a5dc2a..514ff53 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/Header/MenuHamburguer/MenuHamburguer.tsx b/src/components/Header/MenuHamburguer/MenuHamburguer.tsx index 979c464..3761a99 100644 --- a/src/components/Header/MenuHamburguer/MenuHamburguer.tsx +++ b/src/components/Header/MenuHamburguer/MenuHamburguer.tsx @@ -17,7 +17,7 @@ export const MenuHamburguer = () => { <>
-
@@ -27,7 +27,7 @@ export const MenuHamburguer = () => { <>
Entrar -
diff --git a/src/index.tsx b/src/index.tsx index e142414..de96c51 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,7 +3,5 @@ import ReactDOM from 'react-dom/client'; import './global.scss'; import { Home } from './pages/Home'; - - const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement); root.render();