From 0e30876b50f5c34a67e661b0b35d85013394c9f6 Mon Sep 17 00:00:00 2001 From: tacigar Date: Tue, 4 Aug 2020 11:23:49 +0900 Subject: [PATCH] fix: typographical error (#920) --- src/components/Header/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Header/README.md b/src/components/Header/README.md index 682532c012..682015b18a 100644 --- a/src/components/Header/README.md +++ b/src/components/Header/README.md @@ -13,7 +13,7 @@ import { Header } from 'smarthr-ui' avatar: 'https://placehold.jp/150x150.png', }} currentTenantName="example, Inc." - displayTenantName={
example, Inc.
} + tenantContent={
example, Inc.
} notificationLength={999} onClickLogo={handleClickLogo} onClickHelp={handleClickHelp} @@ -41,7 +41,7 @@ import { Header } from 'smarthr-ui' | isCrew | - | **boolean** | false | Whether viewer is crew. | | user | ✓ | **{ displayName: string,
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. |