mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix(site): frameworky => framework
This commit is contained in:
parent
ac14f44f2b
commit
44da4125fa
@ -206,7 +206,7 @@ export default class Layout extends React.Component {
|
||||
const title =
|
||||
appLocale.locale === 'zh-CN'
|
||||
? 'Ant Design - 一套企业级 UI 设计语言和 React 组件库'
|
||||
: "Ant Design - The world's second most popular React UI frameworky";
|
||||
: "Ant Design - The world's second most popular React UI framework";
|
||||
const description =
|
||||
appLocale.locale === 'zh-CN'
|
||||
? '基于 Ant Design 设计体系的 React UI 组件库,用于研发企业级中后台产品。'
|
||||
|
Loading…
Reference in New Issue
Block a user