Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 27, 2024
2 parents 5d66b6a + e33ef47 commit 2437db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/components/new/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const AppHeader = () => {
}, [query]);

return (
<header className="py-8 ">
<header className="py-8 px-4">
<div className="container mx-auto flex justify-between items-center">
<Image
width={192}
Expand Down

0 comments on commit 2437db5

Please sign in to comment.