Skip to content

Commit

Permalink
changing placement of hamburger to right
Browse files Browse the repository at this point in the history
  • Loading branch information
s2sharpit committed Jun 27, 2023
1 parent 6612fd4 commit c04deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function MainNav({ items }: MainNavProps) {
<nav
className={`${
!toggle ? "hidden" : "flex"
} black-gradient absolute left-0 top-20 z-10 mx-4 my-2 min-w-[140px] rounded-xl border border-solid border-white bg-[#171717] p-6 text-[#b4b0d0]`}
} black-gradient absolute right-0 top-20 z-10 mx-4 my-2 min-w-[140px] rounded-xl border border-solid border-white bg-[#171717] p-6 text-[#b4b0d0]`}
>
<ul className="flex flex-1 list-none flex-col items-start justify-end gap-4">
{items?.map(
Expand Down

0 comments on commit c04deea

Please sign in to comment.