Skip to content

Commit

Permalink
Merge branch 'main' into mlh-banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Krish120003 committed Nov 11, 2024
2 parents 184790a + d044e91 commit 9f47fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import clsx from "clsx";

const Navbar: React.FC = () => {
const [open, setOpen] = useState(false);
const [container, setContainer] = useState(null);

const [blur, setBlur] = useState(false);

Expand Down Expand Up @@ -103,6 +102,7 @@ const Navbar: React.FC = () => {
open={open}
onOpenChange={setOpen}
noBodyStyles={true}
handleOnly={true}
>
<Drawer.Trigger asChild>
<button className="mr-20">
Expand Down

0 comments on commit 9f47fab

Please sign in to comment.