mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
docs: format unique abbreviations
This commit is contained in:
@@ -45,8 +45,8 @@ const Controls: React.FC<{}> = React.memo(({}) => {
|
||||
type="abort"
|
||||
size="small"
|
||||
onClick={redirectGithub}
|
||||
title={isChinese ? '代码仓库' : 'Github Repository'}>
|
||||
{isChinese ? '代码仓库' : 'Github'}
|
||||
title={isChinese ? '代码仓库' : 'GitHub Repository'}>
|
||||
{isChinese ? '代码仓库' : 'GitHub'}
|
||||
</Button>
|
||||
<Spacer x={0.75} />
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user