Commit df21bcc4 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 7eebee43
Pipeline #22789 passed with stages
in 12 minutes and 54 seconds
...@@ -29,7 +29,7 @@ const Sso: React.FC = () => { ...@@ -29,7 +29,7 @@ const Sso: React.FC = () => {
return ( return (
<div> <div>
<p>{logined ? "登录成功,正在跳转。。" : "萌卡账号中。。。"}</p> <p>{logined ? "登录成功,正在跳转。。" : "萌卡账号中。。。"}</p>
</div> </div>
); );
}; };
......
...@@ -36,7 +36,7 @@ const Start: React.FC = () => { ...@@ -36,7 +36,7 @@ const Start: React.FC = () => {
navigate("/sso"); navigate("/sso");
}} }}
> >
萌卡进行游玩 萌卡进行游玩
</button> </button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment