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/components layout #79

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Refactor/components layout #79

merged 3 commits into from
Jul 20, 2022

Conversation

9yujin
Copy link
Member

@9yujin 9yujin commented Jul 20, 2022

📝 PR Summary

🌲 Working Branch

refactor/components-layout

🌲 TODOs

Related Issues

@@ -17,17 +19,20 @@ function TabBar() {

return (
<Wrapper>
<NavLink to="/">
<Home stroke={pathname === '/' ? active[1] : active[0]} />
<NavLink to={isKid ? '/' : '/contents'}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

널인 경우도 있어서 불리언으로 통일하는게 좋을것 같아요

@9yujin 9yujin merged commit db40005 into dev Jul 20, 2022
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.

2 participants