홈 배너

This commit is contained in:
focp212@naver.com
2025-10-01 17:15:57 +09:00
parent 0e89a1277c
commit 35f8f1dbd6
9 changed files with 66 additions and 26 deletions

View File

@@ -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>
}
</>

View File

@@ -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>
*/
}