Parcourir la source

Use correct component link in TopBar.title documentation

Guy Carmeli il y a 4 ans
Parent
révision
0cc734b25e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      website/api/options-title.mdx

+ 2
- 2
website/api/options-title.mdx Voir le fichier

@@ -60,11 +60,11 @@ Set the title font family.
60 60
 
61 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 65
 | Type      | Required | Platform |
66 66
 | --------- | -------- | -------- |
67
-| Component | No       | Both     |
67
+| [Component](layout-component.mdx) | No       | Both     |
68 68
 
69 69
 ### `topMargin`
70 70