File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/pages/(blank)/login/modules Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ import FlipText from '@/components/FilpText' ;
1
2
import SystemLogo from '@/components/SystemLogo' ;
2
3
import { LangSwitch } from '@/features/lang' ;
3
4
import { ThemeSchemaSwitch } from '@/features/themeSchema' ;
@@ -8,7 +9,12 @@ const Header = memo(() => {
8
9
return (
9
10
< header className = "flex-y-center justify-between" >
10
11
< SystemLogo className = "h-64px w-64px text-primary lt-sm:h-48px lt-sm:w-48px" />
11
- < h3 className = "text-28px text-primary font-500 lt-sm:text-22px" > { t ( 'system.title' ) } </ h3 >
12
+
13
+ < FlipText
14
+ className = "text-28px text-primary font-500 lt-sm:text-22px"
15
+ word = { t ( 'system.title' ) }
16
+ />
17
+
12
18
< div className = "i-flex-col" >
13
19
< ThemeSchemaSwitch
14
20
className = "text-20px lt-sm:text-18px"
You can’t perform that action at this time.
0 commit comments