Skip to content

Commit

Permalink
Update AppHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 27, 2024
1 parent a1e3b15 commit 3c1dd39
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=" p-4">
<header className="py-8 ">
<div className="container mx-auto flex justify-between items-center">
<Image
width={192}
Expand Down

0 comments on commit 3c1dd39

Please sign in to comment.