홈 배너
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>
|
||||
}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user