From cab75ce23e513015246f17141092096679423c05 Mon Sep 17 00:00:00 2001 From: Siddharth Kshetrapal Date: Mon, 7 Mar 2022 12:51:13 +0100 Subject: [PATCH] =?UTF-8?q?ActionMenu=20docs:=20Replace=20Button1=20with?= =?UTF-8?q?=20Button2=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/content/ActionMenu.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/content/ActionMenu.mdx b/docs/content/ActionMenu.mdx index d35878e5216..01f0acfbf36 100644 --- a/docs/content/ActionMenu.mdx +++ b/docs/content/ActionMenu.mdx @@ -79,9 +79,7 @@ You can choose to have a different _anchor_ for the Menu dependending on the app ```jsx live - - - + @@ -293,9 +291,9 @@ render( ### ActionMenu.Button -| Type | Default | Description | -| :----------------------------------------------- | :-----: | :---------------------------------------------------------------------------------------------------------------- | -| [Button v2 props](/drafts/Button2#api-reference) | - | You can pass all of the props that you would pass to a [`Button`](/drafts/Button2) component like `variant`, `sx` | +| Type | Default | Description | +| :------------------------------------ | :-----: | :-------------------------------------------------------------------------------------------------------- | +| [Button props](/Button#api-reference) | - | You can pass all of the props that you would pass to a [`Button`](/Button) component like `variant`, `sx` | ### ActionMenu.Anchor @@ -340,4 +338,4 @@ render( - [ActionList](/ActionList) - [SelectPanel](/SelectPanel) -- [Button](/drafts/Button2) +- [Button](/Button)