Skip to content

Commit 8c748d6

Browse files
authored
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.
1 parent 2e653ae commit 8c748d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/custom-components/root-components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following options are available:
4545
| `header` | An array of Custom Components to be injected above the Payload header. [More details](#header). |
4646
| `logout.Button` | The button displayed in the sidebar that logs the user out. [More details](#logoutbutton). |
4747
| `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). |
4949
| `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). |
5050
| `views` | Override or create new views within the Admin Panel. [More details](./custom-views). |
5151

0 commit comments

Comments
 (0)