Skip to content

Commit

Permalink
update: category
Browse files Browse the repository at this point in the history
  • Loading branch information
521xueweihan committed Sep 4, 2024
1 parent fd9ae51 commit 94a98d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Header = () => {
);

return (
<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'>
<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'>
<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'>
{/* pc 端显示的 logo */}
<span className='hidden py-2 md:block'>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DEFAULT_INITITAL_COMMENT_DATA = {
export type NameMap = Record<string, string>;

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

0 comments on commit 94a98d8

Please sign in to comment.