Skip to content

Commit

Permalink
Merge pull request WebXDAO#458 from s2sharpit/hamburgerPlacement
Browse files Browse the repository at this point in the history
changing placement of hamburger to right
  • Loading branch information
vinzvinci authored Jun 30, 2023
2 parents 6612fd4 + c04deea commit 22013da
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 22013da

Please sign in to comment.