Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
min050410 committed Dec 19, 2021
1 parent 8200c6a commit eb25d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/postitem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const Postimport = ({ location }) => {
return (
<div className="middle">
<div className="left">
<h1>Github 로그인이 완료되었습니다</h1>
<Link to="/login"><a><h3>home으로 이동하기</h3></a></Link>
<h3>Github 로그인이 완료되었습니다</h3>
<Link to="/login"><h3 color="#58A6FF">home으로 이동하기</h3></Link>
</div>
</div>
);
Expand Down

0 comments on commit eb25d23

Please sign in to comment.