Skip to content

Commit

Permalink
feat(front): set logo to center
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed May 9, 2024
1 parent de4a1ee commit bd12dd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/front/src/components/layout/header.tsx
Expand Up @@ -61,7 +61,7 @@ export function Header() {
md:flex-row md:space-y-0
"
>
<div className="relative z-10 flex items-center gap-16">
<div className="relative z-10 flex items-center justify-center gap-16">
<a href="/" aria-label="Home">
<img
className="h-[32px] w-auto"
Expand Down Expand Up @@ -96,9 +96,9 @@ export function Header() {
/>
)} */}

<div>
{/* <div>
<NeedHelp />
</div>
</div> */}
</div>
</Container>
</nav>
Expand Down

0 comments on commit bd12dd1

Please sign in to comment.