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 정회원만 이용 가능해요.

+ + GDSC Hongik 정회원만 이용 가능해요. +

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 정회원만 이용 가능해요.

+ + GDSC Hongik 정회원만 이용 가능해요. +

이번 학기 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 (

-

로그인

+ + 로그인 +
check-icon { src="/images/check.svg" width={20} /> -

+ 와우클래스는 GDSC Hongik 정회원만 이용 가능해요. -

+
{ src="/images/check.svg" width={20} /> -

+ GDSC Hongik 가입을 위해선 GitHub 계정이 필요해요. -

+
@@ -65,7 +68,6 @@ const leftColStyle = css({ }); const loginTextStyle = css({ - textStyle: "display1", marginBottom: "16px", }); @@ -75,11 +77,6 @@ const descriptionTextContainerStyle = css({ gap: "10px", }); -const descriptionTextStyle = css({ - color: "sub", - textStyle: "body1", -}); - const imageContainerStyle = css({ position: "relative", width: "100%", diff --git a/apps/client/app/(beforeLogin)/landing/page.tsx b/apps/client/app/(beforeLogin)/landing/page.tsx index 7ae08590..58dce6d5 100644 --- a/apps/client/app/(beforeLogin)/landing/page.tsx +++ b/apps/client/app/(beforeLogin)/landing/page.tsx @@ -1,7 +1,7 @@ "use client"; import { css } from "@styled-system/css"; -import { Header } from "@wow-class/ui"; +import { Header, Text } from "@wow-class/ui"; import { routePath } from "constants/routePath"; import Image from "next/image"; import { useRouter } from "next/navigation"; @@ -32,10 +32,10 @@ const LandingPage = () => { GDSC에서 스터디해요! -

+ GDSC Hongik은 홍익대학교의 학생 개발자들을 위해
개발에 쉽게 입문할 수 있는 기회를 제공해요. -

+