Skip to content

Commit

Permalink
merge main (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimming7birdz authored Aug 30, 2024
1 parent 500f90a commit e8179de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Navbar() {
const [isOpen, setIsOpen] = useState<boolean>(false);

return (
<nav className="navigation">
<nav className="navigation" style={{ marginTop: 0 }}>
{/* Primary Navigation - Hidden on mobile */}
<DesktopNav />
{/*Mobile Navigation*/}
Expand Down

0 comments on commit e8179de

Please sign in to comment.