Skip to content

Commit 649c7aa

Browse files
committed
Update logo type comment
1 parent 0e39803 commit 649c7aa

File tree

1 file changed

+2
-1
lines changed
  • packages/onboarding/src/step-container-v2/components/TopBar

1 file changed

+2
-1
lines changed

packages/onboarding/src/step-container-v2/components/TopBar/TopBar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export interface TopBarProps {
99
rightElement?: ReactNode;
1010

1111
/**
12-
* Customize the TopBar logo, or pass `null` to hide the logo entirely.
12+
* Customize the TopBar logo. If this is not passed, the default logo will
13+
* be used unless `hideLogo` is set.
1314
*/
1415
logo?: ReactNode;
1516

0 commit comments

Comments
 (0)