v1.0-230926 #27

Merged
FatttSnake merged 81 commits from dev into master 2023-09-26 11:06:08 +08:00
Showing only changes of commit a01fd4fed7 - Show all commits

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