Skip to content

Commit

Permalink
🥕 v0.16.1-b2 🌱 ThreeD: Character Animations
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-mcgee committed Oct 3, 2024
1 parent 8bb0a9c commit 1df5d9c
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,21 @@ export default async function Header() {
<>
<Grid
id='ThreeDAppHeader'
columns='2'
// gap='3'
// justify='end'
// align='center'
columns='2'
>
<Flex
// columns='1'
justify='start'
align='center'
>
{/* <Logo /> */}
<MainNav />
</Flex>
<Grid
columns='1'
// justify='end'
<Flex
justify='end'
align='center'
>
<Flex
justify='end'
>
<UserButton />
</Flex>
</Grid>
<UserButton />
</Flex>
</Grid>
</>
)
Expand Down

1 comment on commit 1df5d9c

@vercel
Copy link

@vercel vercel bot commented on 1df5d9c Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.