-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feat] 인터랙션 모달 분기 처리 #83
Conversation
src/introSection/index.jsx
Outdated
@@ -122,7 +117,7 @@ function IntroSection() { | |||
</section> | |||
|
|||
<div | |||
onClick={onClickTimer} | |||
onClick={() => scrollTo(4)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conflict가 날 예정입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다.
}) { | ||
const isLogin = userStore((state) => state.isLogin); | ||
// const currentServerTime = fcfsStore((state) => state.currentServerTime); | ||
const [isAniPlaying, setIsAniPlaying] = useState(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
토스트 관련된 상태와 엘리먼트들은 전부 별개의 컴포넌트로 분리하는 게 좋습니다.
<div className="w-2/3 xl:w-1/2 flex flex-col xl:flex-row gap-2 xl:gap-8"> | ||
<span className="text-head-s xl:text-head-l text-blue-400 font-bold whitespace-pre"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반응형 편-안
#️⃣ 연관 이슈
📝 작업 내용