Browse Source

fix(site): frameworky => framework

pull/23596/head
诸岳 5 years ago
parent
commit
44da4125fa
  1. 2
      site/theme/template/Layout/index.jsx

2
site/theme/template/Layout/index.jsx

@ -206,7 +206,7 @@ export default class Layout extends React.Component {
const title = const title =
appLocale.locale === 'zh-CN' appLocale.locale === 'zh-CN'
? 'Ant Design - 一套企业级 UI 设计语言和 React 组件库' ? '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 = const description =
appLocale.locale === 'zh-CN' appLocale.locale === 'zh-CN'
? '基于 Ant Design 设计体系的 React UI 组件库,用于研发企业级中后台产品。' ? '基于 Ant Design 设计体系的 React UI 组件库,用于研发企业级中后台产品。'

Loading…
Cancel
Save