Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 7, 2024
1 parent 868757d commit 13b201d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Header = () => {
{isDrawerOpen && (
<ul
tabIndex={0}
className="menu menu-compact dropdown-content left-0 mt-0 mr-3 p-2 shadow bg-base-200 flex flex-col w-screen text-2xl gap-4 sm:gap-3"
className="menu menu-compact dropdown-content left-0 mt-0 mr-3 p-2 shadow border-y-border bg-base-200 flex flex-col w-screen text-2xl gap-4 sm:gap-3"
onClick={() => {
setIsDrawerOpen(false);
}}
Expand Down

0 comments on commit 13b201d

Please sign in to comment.