Skip to content

Commit 94a98d8

Browse files
committed
update: category
1 parent fd9ae51 commit 94a98d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Header = () => {
3636
);
3737

3838
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'>
4040
<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'>
4141
{/* pc 端显示的 logo */}
4242
<span className='hidden py-2 md:block'>

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const DEFAULT_INITITAL_COMMENT_DATA = {
2020
export type NameMap = Record<string, string>;
2121

2222
export const nameMap: NameMap = {
23-
机器学习: 'AI',
23+
人工智能: 'AI',
2424
开源书籍: 'Book',
2525
其它: 'Other',
2626
};

0 commit comments

Comments
 (0)