diff --git a/components/Loader.tsx b/components/Loader.tsx index ac37bc1..9b1ded5 100644 --- a/components/Loader.tsx +++ b/components/Loader.tsx @@ -13,7 +13,7 @@ const Loader = ({ text, visible = true }: LoaderProps): JSX.Element => { } interface LoaderProps { - text: string + text: string | JSX.Element visible?: boolean } diff --git a/pages/callback/discord.tsx b/pages/callback/discord.tsx index 5522a3c..bc6ec26 100644 --- a/pages/callback/discord.tsx +++ b/pages/callback/discord.tsx @@ -35,7 +35,7 @@ const DiscordCallback:NextPage = ({ data }) => { } return <> - + 로그인중입니다. 잠시만 기다려주세요.
이 페이지가 계속 표시된다면 새로고침해주세요.} /> { redirect ? redirectWhere() : '' }