Skip to content

Commit 8933406

Browse files
authored
Merge pull request #150 from Team-INSERT/refactor/oauth
refactor : oauth 페이지
2 parents a14e858 + 69144e5 commit 8933406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/oauth/OAuth.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ const OAuth = () => {
1616
}, []);
1717

1818
return (
19-
<div className={styles.container}>
19+
<main className={styles.container}>
2020
<MoonLoader size={40} color={theme.primary} />
2121
<span className={styles.loadingText}>로그인 중...</span>
22-
</div>
22+
</main>
2323
);
2424
};
2525

0 commit comments

Comments
 (0)