Merge pull request 'Fix can not hide navbar when click scroll down button bug' (#17) from FatttSnake into dev

Reviewed-on: FatttSnake/fatweb-ui#17
This commit was merged in pull request #17.
This commit is contained in:
FatttSnake
2023-09-12 16:33:19 +08:00

View File

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