Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format code with prettier and standardjs #194

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/layout/primaryNav/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const PrimaryNav = () => {
return (
<>
<Space>
<Button type="link" icon={<CodeOutlined />} onClick={() => redirectTo('dashboard')}>
<Button type='link' icon={<CodeOutlined />} onClick={() => redirectTo('dashboard')}>
多路由设置
</Button>
<Button type="link" icon={<TeamOutlined />} onClick={goToWkylin}>
<Button type='link' icon={<TeamOutlined />} onClick={goToWkylin}>
Skyline for wkylin.w
</Button>
</Space>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/tilt/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const ReactTilt = () => (
<FixTabPanel>
<h3>Welcome to react tilt!</h3>
<section style={{ width: 200, height: 200 }}>
<Tilt tiltMaxAngleX={40} tiltMaxAngleY={40} perspective={1000} scale={1.1} glareEnable={true}>
<img src={wkylinPng} alt="wkylin.w" width="200" height="200" />
<Tilt tiltMaxAngleX={40} tiltMaxAngleY={40} perspective={1000} scale={1.1} glareEnable>
<img src={wkylinPng} alt='wkylin.w' width='200' height='200' />
</Tilt>
</section>
</FixTabPanel>
Expand Down