From de5b32689bbfab943f0adac5a75eea35dfe1078a Mon Sep 17 00:00:00 2001 From: rodolfo-ferreira Date: Fri, 5 Apr 2024 19:10:51 -0300 Subject: [PATCH] fix: ajustes fino parte 1 --- components/header/Header.tsx | 5 ++++- components/header/Menu.tsx | 15 +++++++++---- components/header/Navbar.tsx | 9 ++++++-- components/header/constants.ts | 2 +- components/ui/CasesComponentDesktop.tsx | 27 +++++++++++++++++++++--- components/ui/CasesComponentMobile.tsx | 4 +++- sections/Content/TextWithImage.tsx | 10 +++++++-- static/favicon-16x16.png | Bin 1042 -> 473 bytes static/favicon-32x32.png | Bin 1764 -> 757 bytes static/favicon.ico | Bin 15086 -> 4286 bytes tailwind.css | 2 +- 11 files changed, 59 insertions(+), 15 deletions(-) diff --git a/components/header/Header.tsx b/components/header/Header.tsx index 444ee68..e4e627a 100644 --- a/components/header/Header.tsx +++ b/components/header/Header.tsx @@ -104,7 +104,10 @@ function Header({ platform={platform} logoMobile={logoMobile} > -
+
diff --git a/components/header/Menu.tsx b/components/header/Menu.tsx index 22fd648..cb01c80 100644 --- a/components/header/Menu.tsx +++ b/components/header/Menu.tsx @@ -51,10 +51,10 @@ function MenuItem({ item }: PropsMenuItem) { } {existsChildren && item && item.children && item.children.map((node) => { - console.log("node -------> ", node); return ( -
  • +
  • @@ -77,7 +77,13 @@ function Menu({ items, whatsapp }: Props) {
    {whatsapp && ( diff --git a/components/header/Navbar.tsx b/components/header/Navbar.tsx index ca1776c..e5ef92a 100644 --- a/components/header/Navbar.tsx +++ b/components/header/Navbar.tsx @@ -15,6 +15,7 @@ import NavItem from "./NavItem.tsx"; import { navbarHeight } from "./constants.ts"; import { Buttons, Logo } from "$store/components/header/Header.tsx"; import Legend from "$store/components/header/Legend.tsx"; +import { headerHeight } from "./constants.ts"; interface Props { items: SiteNavigationElement[]; @@ -75,7 +76,10 @@ function Navbar({
    {/* Desktop Version */} -