로그인
+
+
+
+
개발에 쉽게 입문할 수 있는 기회를 제공해요.
-
diff --git a/apps/client/app/(beforeLogin)/(auth-error)/auth-error-after-recruitment/page.tsx b/apps/client/app/(beforeLogin)/(auth-error)/auth-error-after-recruitment/page.tsx index 2face03a..9697993c 100644 --- a/apps/client/app/(beforeLogin)/(auth-error)/auth-error-after-recruitment/page.tsx +++ b/apps/client/app/(beforeLogin)/(auth-error)/auth-error-after-recruitment/page.tsx @@ -1,6 +1,7 @@ "use client"; import { css } from "@styled-system/css"; +import { Text } from "@wow-class/ui"; import { routePath } from "constants/routePath"; import Image from "next/image"; import { useRouter } from "next/navigation"; @@ -22,7 +23,9 @@ const AuthErrorAfterRecruitmentPage = () => { src="/images/avatar.svg" width={200} /> -
GDSC Hongik 정회원 모집 기간이 아니에요!
@@ -56,7 +59,6 @@ const avatarImageStyle = css({
});
const headingStyle = css({
- textStyle: "display2",
marginBottom: "16px",
});
diff --git a/apps/client/app/(beforeLogin)/(auth-error)/auth-error-during-recruitment/page.tsx b/apps/client/app/(beforeLogin)/(auth-error)/auth-error-during-recruitment/page.tsx
index 56b7017b..4939f870 100644
--- a/apps/client/app/(beforeLogin)/(auth-error)/auth-error-during-recruitment/page.tsx
+++ b/apps/client/app/(beforeLogin)/(auth-error)/auth-error-during-recruitment/page.tsx
@@ -1,6 +1,7 @@
"use client";
import { css } from "@styled-system/css";
+import { Text } from "@wow-class/ui";
import { routePath } from "constants/routePath";
import Image from "next/image";
import { useRouter } from "next/navigation";
@@ -26,7 +27,9 @@ const AuthErrorDuringRecruitmentPage = () => {
src="/images/avatar.svg"
width={200}
/>
-
이번 학기 GDSC Hongik 정회원 모집 중이에요.
+
+
+
@@ -67,7 +70,6 @@ const avatarImageStyle = css({
});
const headingStyle = css({
- textStyle: "display2",
marginBottom: "16px",
});
diff --git a/apps/client/app/(beforeLogin)/auth/page.tsx b/apps/client/app/(beforeLogin)/auth/page.tsx
index a62adfc7..623df563 100644
--- a/apps/client/app/(beforeLogin)/auth/page.tsx
+++ b/apps/client/app/(beforeLogin)/auth/page.tsx
@@ -1,4 +1,5 @@
import { css } from "@styled-system/css";
+import { Text } from "@wow-class/ui";
import LoginButton from "components/LoginButton";
import Image from "next/image";
@@ -6,7 +7,9 @@ const AuthPage = async () => {
return (
로그인
+
개발에 쉽게 입문할 수 있는 기회를 제공해요.
-