Skip to content

Commit

Permalink
fix: typographical error (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacigar committed Aug 4, 2020
1 parent a14e2c0 commit 0e30876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Header } from 'smarthr-ui'
avatar: 'https://placehold.jp/150x150.png',
}}
currentTenantName="example, Inc."
displayTenantName={<div>example, Inc.</div>}
tenantContent={<div>example, Inc.</div>}
notificationLength={999}
onClickLogo={handleClickLogo}
onClickHelp={handleClickHelp}
Expand Down Expand Up @@ -41,7 +41,7 @@ import { Header } from 'smarthr-ui'
| isCrew | - | **boolean** | false | Whether viewer is crew. |
| user || **{ displayName: string,<br> avatar: string }** | - | Viewer's user informations. |
| currentTenantName || **string** | - | Current tenant name. |
| displayTenantName | - | **node** | - | The content of tenant name area. |
| tenantContent | - | **node** | - | The content of tenant name area. |
| notificationLength || **number** | - | Number of notifications. |
| onClickLogo || **() => void** | - | Fires when the logo clicked. |
| onClickHelp || **() => void** | - | Fires when the help clicked. |
Expand Down

0 comments on commit 0e30876

Please sign in to comment.