We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8200c6a commit eb25d23Copy full SHA for eb25d23
1 file changed
src/pages/postitem.tsx
@@ -17,8 +17,8 @@ const Postimport = ({ location }) => {
17
return (
18
<div className="middle">
19
<div className="left">
20
- <h1>Github 로그인이 완료되었습니다</h1>
21
- <Link to="/login"><a><h3>home으로 이동하기</h3></a></Link>
+ <h3>Github 로그인이 완료되었습니다</h3>
+ <Link to="/login"><h3 color="#58A6FF">home으로 이동하기</h3></Link>
22
</div>
23
24
);
0 commit comments