Skip to content

Commit

Permalink
fix: disable compacity detect (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca authored Oct 26, 2023
1 parent 9eed8b9 commit eb40efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dumi/theme/layouts/GlobalLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const GlobalLayout: React.FC = () => {
color === 'dark' ? theme.darkAlgorithm : theme.defaultAlgorithm,
}}
>
<Modal open={!isCompact} footer={null} closeIcon={false}>
<Modal open={false} footer={null} closeIcon={false}>
<Result
status="error"
title={'不兼容的浏览器\nUnsupported browser!'}
Expand Down

0 comments on commit eb40efa

Please sign in to comment.