Bläddra i källkod

Use correct component link in TopBar.title documentation

Guy Carmeli 4 år sedan
förälder
incheckning
0cc734b25e
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      website/api/options-title.mdx

+ 2
- 2
website/api/options-title.mdx Visa fil

@@ -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