chore: remove Challenges temporarily

This commit is contained in:
jinhojang6 2023-11-15 21:50:33 +09:00
parent 10d5194dc4
commit fe7aca517b

View File

@ -33,9 +33,9 @@ export const Navbar = () => {
<Link href="/jobs">
<p>JOB LIST</p>
</Link>
<Link href="/challenges">
{/* <Link href="/challenges">
<p>CHALLENGES</p>
</Link>
</Link> */}
</span>
</Container>
)