Skip to content

Commit

Permalink
feat: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Oct 20, 2023
1 parent d9c2054 commit acc130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/header/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Header = ({ isAuthorized = false, subscriberId }) => {

return (
<>
<header className="safe-paddings absolute left-0 right-0 top-12 z-50 w-full">
<header className="safe-paddings absolute left-0 right-0 top-0 z-50 w-full">
<div className="container flex items-center justify-between py-4 md:py-3">
<Link to="/">
<img src={logo} width={39} height={38} alt="Hacksquad" />
Expand Down

1 comment on commit acc130b

@vercel
Copy link

@vercel vercel bot commented on acc130b Oct 20, 2023

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.