Skip to content

Commit

Permalink
fix: login icon bug (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyi committed May 15, 2023
2 parents 5ed242c + 80802f1 commit 3e9ce12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/datasheet/src/pc/components/home/home_wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ export const HomeWrapper: React.FC<React.PropsWithChildren<unknown>> = ({ childr
{getEnvVariables().LOGIN_MOTTO || "let's make the world more productive!"}
</Typography>
</div>
{socialIconsContent}
</div>

{socialIconsContent}

<div className={styles.main}>{children}</div>
<div className={styles.footer}>
<NavBar />
Expand Down

0 comments on commit 3e9ce12

Please sign in to comment.