Skip to content

Commit

Permalink
feat(front/header): hide warning
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Feb 2, 2024
1 parent 782c5fb commit 0f36db4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/front/src/components/layout/header.tsx
Expand Up @@ -23,7 +23,7 @@ export function Header() {
<nav
className="w-full absolute"
>
<div
{/* <div
className="bg-[#060A0F] h-[44px] w-full flex items-center justify-center border-b-[2px] border-[#606466] py-[8px]"
>
<div className="flex">
Expand Down Expand Up @@ -53,7 +53,8 @@ export function Header() {
</a>
</div>
</div>
</div> */}

<Container
className="
px-[16px]
Expand Down

0 comments on commit 0f36db4

Please sign in to comment.