Skip to content

Commit

Permalink
breakpoint changed from 1280 to 1536
Browse files Browse the repository at this point in the history
  • Loading branch information
catosaurusrex2003 committed Oct 14, 2024
1 parent 9346770 commit d621792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/AsyncApi/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AsyncApiLayout: React.FunctionComponent<Props> = ({
}

const possibleClassName =
width <= 1280 ? 'container:xl' : 'container:base';
width <= 1536 ? 'container:xl' : 'container:base';
if (possibleClassName !== observerClassName) {
setObserverClassName(possibleClassName);
}
Expand Down

0 comments on commit d621792

Please sign in to comment.