From 68d25b3d1241557d19c7ca9db0867c764c487b45 Mon Sep 17 00:00:00 2001 From: Thiago Bronisio <86695254+ThiagoBronisio@users.noreply.github.com> Date: Sat, 7 Jan 2023 13:13:32 -0300 Subject: [PATCH] feat: header mobile incompleto --- public/index.html | 2 +- src/components/Header/MenuHamburguer/MenuHamburguer.tsx | 4 ++-- src/index.tsx | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) 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(); -- 2.34.1