Skip to content

Commit

Permalink
center nav
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer committed May 1, 2024
1 parent e334c7f commit bec9602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/www/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Nav = () => {
"linear-gradient(90deg, #DC3D42 0%, #F0C000 45.83%, #299764 70%, #3A5CCC 99.48%), #D9D9D9",
},
}}>
<A href="/">
<A href="/" css={{ display: "flex" }}>
<img src="/logo.svg" />
</A>
<Button
Expand Down

0 comments on commit bec9602

Please sign in to comment.