홈 배너

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