Skip to content

Commit adab865

Browse files
committed
chore: fix
1 parent 9b811dc commit adab865

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

website/theme/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ import { HomeLayout } from './pages';
44
import './index.scss';
55

66
const Layout = () => {
7-
return (
8-
<Theme.Layout
9-
beforeNavTitle={<NavIcon />}
10-
/>
11-
);
7+
return <Theme.Layout beforeNavTitle={<NavIcon />} />;
128
};
139

1410
export default {

0 commit comments

Comments
 (0)