We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1334c3e + 231af4a commit f4a0df1Copy full SHA for f4a0df1
1 file changed
src/widgets/home/header.tsx
@@ -51,8 +51,8 @@ export default async function Header() {
51
{/* 1차 MVP에선 사용하지 않아 제외 */}
52
<nav className="font-designer-14m text-text-default flex flex-grow items-center gap-300 px-600">
53
<Link href="/">1:1 CS스터디</Link>
54
- <Link href="/study">스터디 둘러보기</Link>
55
- <Link href="/">팀소개</Link>
+ {/* <Link href="/study">스터디 둘러보기</Link>
+ <Link href="/">팀소개</Link> */}
56
</nav>
57
58
{/* 알림 기능을 구현하지 못해 주석 처리 */}
0 commit comments