diff --git a/apps/client/app/(beforeLogin)/auth/page.tsx b/apps/client/app/(beforeLogin)/auth/page.tsx
index 05efe166..856aceaf 100644
--- a/apps/client/app/(beforeLogin)/auth/page.tsx
+++ b/apps/client/app/(beforeLogin)/auth/page.tsx
@@ -17,27 +17,35 @@ const AuthPage = async () => {
와우클래스는 GDSC Hongik 정회원만 이용 가능해요.
-
+
GDSC Hongik 가입을 위해선 GitHub 계정이 필요해요.
+
+
+
+ PC에 최적화되어 있어요. PC로 이용해주세요.
+
+
-
+
+
+
\ No newline at end of file
diff --git a/apps/client/public/images/check.svg b/apps/client/public/images/check-gray.svg
similarity index 100%
rename from apps/client/public/images/check.svg
rename to apps/client/public/images/check-gray.svg
diff --git a/packages/ui/src/components/Header/index.tsx b/packages/ui/src/components/Header/index.tsx
index 042b029b..c753da6f 100644
--- a/packages/ui/src/components/Header/index.tsx
+++ b/packages/ui/src/components/Header/index.tsx
@@ -1,5 +1,6 @@
import { css } from "@styled-system/css";
import Image from "next/image";
+import Link from "next/link";
import logoImageUrl from "../../assets/images/logo.svg";
@@ -10,7 +11,7 @@ import logoImageUrl from "../../assets/images/logo.svg";
const Header = () => {
return (
);
};
@@ -48,6 +49,7 @@ const logoContainerStyle = css({
width: "956px",
paddingX: "16px",
alignItems: "center",
+ cursor: "pointer",
});
const imageStyle = css({
diff --git a/packages/ui/src/styles.css b/packages/ui/src/styles.css
index 8a3a60aa..c9711fe5 100644
--- a/packages/ui/src/styles.css
+++ b/packages/ui/src/styles.css
@@ -367,6 +367,9 @@ progress {
.px_16px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
padding-inline: 16px;
}
+.cursor_pointer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
+ cursor: pointer;
+}
.w_49px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
width: 49px;
}
@@ -409,9 +412,6 @@ progress {
.pos_absolute:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
position: absolute;
}
-.cursor_pointer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
- cursor: pointer;
-}
.li-s_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
list-style: none;
}