Skip to content

Commit

Permalink
chore: update language in index.html to Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcium-Ion committed Dec 28, 2024
1 parent 91b777f commit d75ecfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="zh">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/logo.png" />
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/HeaderBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const HeaderBar = () => {
</Dropdown.Menu>
}
>
<Nav.Item itemKey={'new-year'} text={'🏮'} />
<Nav.Item itemKey={'new-year'} text={'🎉'} />
</Dropdown>
)}
{/* <Nav.Item itemKey={'about'} icon={<IconHelpCircle />} /> */}
Expand Down

0 comments on commit d75ecfc

Please sign in to comment.