Fix can not hide navbar when click scroll down button bug

This commit is contained in:
2023-09-12 16:32:34 +08:00
parent e3ae52fb0e
commit 768aaf6979

View File

@@ -123,7 +123,7 @@ const Home: React.FC = () => {
{slogan || <>&nbsp;</>}
</span>
</div>
<div className={'scroll-down'} onClick={handleScrollToContent(1)}>
<div className={'scroll-down'} onClick={handleScrollDown}>
<Icon
component={IconFatwebDown}
style={{ fontSize: '1.8em', color: '#666' }}