Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: 불필요한 반응형 웹 코드 제거 #139

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

wherehows
Copy link
Owner

자바스크립트로 작성된 반응형 웹 코드랑, 미디어 쿼리로 작성된 반응형 웹 코드랑 같이 존재하니까 조금 코드 추적이 힘든감이 없지 않아 있네.

아래와 같은 !isUnder960px이라는 조건문 자체도 머릿속에 한번에 그려지지가 않음 -_-..

if(!isUnder960px) {
  return <></>
}

@vercel
Copy link

vercel bot commented Oct 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blog-renewal ✅ Ready (Inspect) Visit Preview Oct 15, 2023 4:55am

@wherehows wherehows merged commit ae0e8b8 into main Oct 15, 2023
2 checks passed
@wherehows wherehows deleted the refactor/header branch October 15, 2023 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant