chore: update language in index.html to Chinese
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="zh">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="/logo.png" />
|
<link rel="icon" href="/logo.png" />
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ const HeaderBar = () => {
|
|||||||
</Dropdown.Menu>
|
</Dropdown.Menu>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Nav.Item itemKey={'new-year'} text={'🏮'} />
|
<Nav.Item itemKey={'new-year'} text={'🎉'} />
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
)}
|
)}
|
||||||
{/* <Nav.Item itemKey={'about'} icon={<IconHelpCircle />} /> */}
|
{/* <Nav.Item itemKey={'about'} icon={<IconHelpCircle />} /> */}
|
||||||
|
|||||||
Reference in New Issue
Block a user