From 3d2e484829ca6729469e8dbf9774244a30014e4d Mon Sep 17 00:00:00 2001 From: ServidioEC <52542729+ServidioEC@users.noreply.github.com> Date: Sun, 12 Sep 2021 22:50:24 -0300 Subject: [PATCH] =?UTF-8?q?(#5)=20Corrigindo=20importa=C3=A7=C3=A3o=20de?= =?UTF-8?q?=20estilos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lucas Boaventura --- frontend/src/components/NavBar/SecondNavBar/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/NavBar/SecondNavBar/index.tsx b/frontend/src/components/NavBar/SecondNavBar/index.tsx index 58d9ea7..5f5c8fb 100644 --- a/frontend/src/components/NavBar/SecondNavBar/index.tsx +++ b/frontend/src/components/NavBar/SecondNavBar/index.tsx @@ -1,20 +1,20 @@ import React from 'react'; import { FiArrowLeft } from 'react-icons/fi'; -import { SecondNavBarContainer, SecondNameContainer } from 'components/NavBar/SecondNavBar/styles'; +import { NavBarContainer,NameContainer } from 'components/NavBar/styles'; const SecondNavBar: React.FC = () => { return ( - +
Voltar
- + Pedido Vazio - -
+ + ); };