홈 배너
This commit is contained in:
@@ -114,8 +114,7 @@ export const FooterNavigation = ({
|
||||
setIsFooterOn(true);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
window.addEventListener('touchstart', handleTouchStart);
|
||||
window.addEventListener('touchmove', handleTouchMove);
|
||||
@@ -130,7 +129,7 @@ export const FooterNavigation = ({
|
||||
<>
|
||||
{ isFooterOn &&
|
||||
<nav className="bottom-tabbar">
|
||||
{ getFooterButtonItems() }
|
||||
{ getFooterButtonItems() }
|
||||
</nav>
|
||||
}
|
||||
</>
|
||||
|
||||
@@ -49,7 +49,9 @@ export const HeaderNavigation = ({
|
||||
let mids = useStore.getState().UserStore.selectOptionsMids;
|
||||
setSelectOptions(mids);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
console.log('menuOn : ', menuOn)
|
||||
}, [menuOn])
|
||||
return (
|
||||
<>
|
||||
{
|
||||
@@ -95,8 +97,8 @@ export const HeaderNavigation = ({
|
||||
</button>
|
||||
{
|
||||
/*
|
||||
<button className="header-btn profile-btn" id="profileBtn">
|
||||
<span className="profile-icon">👤</span>
|
||||
<button className="header-btn profile-btn">
|
||||
<span className="profile-icon">👤</span>
|
||||
</button>
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user