Commit ded2f422 authored by Spark's avatar Spark
Browse files

oauth icon"error", timenow Strong 추가

parent 7b62eb2e
......@@ -75,7 +75,7 @@ export function AuthWithKakao(isLogin) {
text: isLogin
? "🙌 회원가입을 먼저 진행하세요! 🙌"
: "🙌 이미 존재하는 사용자 입니다! 🙌",
icon: "success",
icon: "error",
customClass: "swal-wide",
confirmButtonText: "확인",
}).then((result) => {
......
......@@ -22,11 +22,13 @@ function TimeNow() {
<Clock format={"Y년 M월 D일"} />
</Col>
<Col className='d-flex justify-content-center'>
<Clock
format={"HH : mm : ss"}
ticking={true}
timezone={"Asia/Seoul"}
/>
<strong>
<Clock
format={"HH : mm : ss"}
ticking={true}
timezone={"Asia/Seoul"}
/>
</strong>
</Col>
</Row>
);
......
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