Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
grid fix in mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 10, 2024
1 parent 75c3536 commit 07d322f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function CategoryItem(
<li
style={PlaceOnGrid({
rowStart: rowNumber,
columnStart: isMobile ? 3 : 1,
columnStart: isMobile ? 1 : 1, //add 3 to invert position
})}
title={`${expanded ? 'Collapse' : 'Expand'} ${label}`}
className={clsx(
Expand Down

0 comments on commit 07d322f

Please sign in to comment.