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 - -
+ + ); };