From c9d5fbd3480ad1ed03a53ba4123a87cefcdb84e0 Mon Sep 17 00:00:00 2001 From: Sam Sycamore Date: Fri, 1 Apr 2022 14:37:09 -0500 Subject: [PATCH] removes hook name from title --- docs/data/base/components/input/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/base/components/input/input.md b/docs/data/base/components/input/input.md index 927ba2131bea55..16f51d5e2aa73f 100644 --- a/docs/data/base/components/input/input.md +++ b/docs/data/base/components/input/input.md @@ -1,6 +1,6 @@ --- product: base -title: Unstyled React Input component and useInput hook +title: Unstyled React Input component and hook components: InputUnstyled githubLabel: 'component: input' packageName: '@mui/base'