Browse Source

Use correct component link in TopBar.title documentation

Guy Carmeli 4 years ago
parent
commit
0cc734b25e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      website/api/options-title.mdx

+ 2
- 2
website/api/options-title.mdx View File

60
 
60
 
61
 ### `component`
61
 ### `component`
62
 
62
 
63
-Set a react [component](api-component.mdx) as the title. If this option is specified then text is ignored.
63
+Set a react [component](layout-component.mdx) as the title. If this option is specified then text is ignored.
64
 
64
 
65
 | Type      | Required | Platform |
65
 | Type      | Required | Platform |
66
 | --------- | -------- | -------- |
66
 | --------- | -------- | -------- |
67
-| Component | No       | Both     |
67
+| [Component](layout-component.mdx) | No       | Both     |
68
 
68
 
69
 ### `topMargin`
69
 ### `topMargin`
70
 
70