Skip to content

Commit eb25d23

Browse files
committed
fix: color
1 parent 8200c6a commit eb25d23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/postitem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const Postimport = ({ location }) => {
1717
return (
1818
<div className="middle">
1919
<div className="left">
20-
<h1>Github 로그인이 완료되었습니다</h1>
21-
<Link to="/login"><a><h3>home으로 이동하기</h3></a></Link>
20+
<h3>Github 로그인이 완료되었습니다</h3>
21+
<Link to="/login"><h3 color="#58A6FF">home으로 이동하기</h3></Link>
2222
</div>
2323
</div>
2424
);

0 commit comments

Comments
 (0)