Procházet zdrojové kódy

Use correct component link in TopBar.title documentation

Guy Carmeli před 4 roky
rodič
revize
0cc734b25e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      website/api/options-title.mdx

+ 2
- 2
website/api/options-title.mdx Zobrazit soubor

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