Add dynamic menu. Add slogan to home page #8

Merged
FatttSnake merged 4 commits from FatttSnake into dev 2023-09-07 18:15:40 +08:00
Showing only changes of commit 45956673d2 - Show all commits

View File

@@ -7,7 +7,7 @@ const LoadingMask: React.FC = () => {
const loadingIcon = ( const loadingIcon = (
<> <>
<Icon <Icon
component={IconFatwebLoading as React.ComponentType} component={IconFatwebLoading}
style={{ fontSize: 24, color: COLOR_FONT_MAIN }} style={{ fontSize: 24, color: COLOR_FONT_MAIN }}
spin spin
/> />