File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const Header = () => {
36
36
) ;
37
37
38
38
return (
39
- < div className = 'hg-header fixed z-10 h-14 w-full bg-white shadow-sm backdrop-blur dark:border dark:border-gray-50/[0.06] dark:bg-transparent' >
39
+ < div className = 'fixed z-10 h-14 w-full bg-white shadow-sm backdrop-blur dark:border dark:border-gray-50/[0.06] dark:bg-transparent' >
40
40
< nav className = 'mx-auto flex max-w-5xl items-center justify-between px-2 py-2 md:py-0 lg:px-0 xl:max-w-5xl 2xl:max-w-7xl' >
41
41
{ /* pc 端显示的 logo */ }
42
42
< span className = 'hidden py-2 md:block' >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const DEFAULT_INITITAL_COMMENT_DATA = {
20
20
export type NameMap = Record < string , string > ;
21
21
22
22
export const nameMap : NameMap = {
23
- 机器学习 : 'AI' ,
23
+ 人工智能 : 'AI' ,
24
24
开源书籍 : 'Book' ,
25
25
其它 : 'Other' ,
26
26
} ;
You can’t perform that action at this time.
0 commit comments