You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: fix anchor link reference for settingsMenu (#14391)
The uppercase `M` means clicking the link doesn't scroll down to the
anchored heading as it has an `id="settingsmenu"` – we change the casing
to be all lowercase to match.
Copy file name to clipboardExpand all lines: docs/custom-components/root-components.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following options are available:
45
45
|`header`| An array of Custom Components to be injected above the Payload header. [More details](#header). |
46
46
|`logout.Button`| The button displayed in the sidebar that logs the user out. [More details](#logoutbutton). |
47
47
|`Nav`| Contains the sidebar / mobile menu in its entirety. [More details](#nav). |
48
-
|`settingsMenu`| An array of Custom Components to inject into a popup menu accessible via a gear icon above the logout button. [More details](#settingsMenu). |
48
+
|`settingsMenu`| An array of Custom Components to inject into a popup menu accessible via a gear icon above the logout button. [More details](#settingsmenu). |
49
49
|`providers`| Custom [React Context](https://react.dev/learn/scaling-up-with-reducer-and-context) providers that will wrap the entire Admin Panel. [More details](./custom-providers). |
50
50
|`views`| Override or create new views within the Admin Panel. [More details](./custom-views). |
0 commit comments