diff --git a/docs/src/pages/components/buttons/TextButtons.js b/docs/src/pages/components/buttons/TextButtons.js
index 0fe62bc3030e52..4b3ed43eab6fb5 100644
--- a/docs/src/pages/components/buttons/TextButtons.js
+++ b/docs/src/pages/components/buttons/TextButtons.js
@@ -19,7 +19,9 @@ export default function TextButtons() {
-
+
);
}
diff --git a/docs/src/pages/components/buttons/TextButtons.tsx b/docs/src/pages/components/buttons/TextButtons.tsx
index 15e497feaaa9d8..5039fb18203940 100644
--- a/docs/src/pages/components/buttons/TextButtons.tsx
+++ b/docs/src/pages/components/buttons/TextButtons.tsx
@@ -21,7 +21,9 @@ export default function TextButtons() {
-
+
);
}
diff --git a/docs/src/pages/components/buttons/buttons.md b/docs/src/pages/components/buttons/buttons.md
index e6c13f102ed619..09beb0561cc742 100644
--- a/docs/src/pages/components/buttons/buttons.md
+++ b/docs/src/pages/components/buttons/buttons.md
@@ -21,8 +21,6 @@ components: Button, IconButton, ButtonBase
are high-emphasis, distinguished by their use of elevation and fill.
They contain actions that are primary to your app.
-The last example of this demo show how to use an upload button.
-
{{"demo": "pages/components/buttons/ContainedButtons.js"}}
You can remove the elevation with the `disableElevation` prop.