Skip to content

Commit d75ecfc

Browse files
committed
chore: update language in index.html to Chinese
1 parent 91b777f commit d75ecfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="zh">
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" href="/logo.png" />

web/src/components/HeaderBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const HeaderBar = () => {
199199
</Dropdown.Menu>
200200
}
201201
>
202-
<Nav.Item itemKey={'new-year'} text={'🏮'} />
202+
<Nav.Item itemKey={'new-year'} text={'🎉'} />
203203
</Dropdown>
204204
)}
205205
{/* <Nav.Item itemKey={'about'} icon={<IconHelpCircle />} /> */}

0 commit comments

Comments
 (0)