Fixed problem in Chap04

Chap05
Jason Zhu 2022-03-29 23:15:33 +11:00
parent f986272027
commit e87108a892
1 changed files with 1 additions and 7 deletions

View File

@ -77,13 +77,7 @@ export const Header = () => {
`}
>
<UserIcon />
<span
css={css`
margin-left: 7px;
`}
>
Sign In
</span>
<span>Sign In</span>
</Link>
</div>
);