From 16b0b549854219f484c3b09b010fed017503cb14 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 27 Jan 2020 08:46:26 +0100 Subject: [PATCH] fix build --- docs/src/pages/components/buttons/buttons.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/pages/components/buttons/buttons.md b/docs/src/pages/components/buttons/buttons.md index b6df6213d1d98f..d236b6e0f114dd 100644 --- a/docs/src/pages/components/buttons/buttons.md +++ b/docs/src/pages/components/buttons/buttons.md @@ -21,8 +21,6 @@ components: Button, ButtonGroup, Fab, IconButton, ButtonBase, Zoom 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.