mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: desc
This commit is contained in:
parent
15f0841606
commit
35c537ee2d
@ -114,7 +114,9 @@ export default class Layout extends React.Component {
|
||||
<>
|
||||
<Helmet>
|
||||
<html lang={appLocale.locale === 'zh-CN' ? 'zh' : 'en'} />
|
||||
{/* lack CN title */}
|
||||
<title>Ant Design - A UI Design Language</title>
|
||||
{/* lack CN desc */}
|
||||
<meta
|
||||
name="description"
|
||||
content="An enterprise-class UI design language and React implementation with a set of high-quality React components, one of best React UI library for enterprises"
|
||||
|
Loading…
Reference in New Issue
Block a user