Skip to content

Commit

Permalink
chore(website): re-enable ripples to match defaults
Browse files Browse the repository at this point in the history
This was accidentally committed back when I was fixing issues with the
findDOMNode/transition package.
  • Loading branch information
mlaursen committed Mar 25, 2022
1 parent b1e9666 commit 736e3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/documentation/src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@ export default function Layout({

return (
<Configuration
defaultSize={defaultSize}
icons={icons}
disableRipple
defaultSize={defaultSize}
menuConfiguration={menuConfiguration}
>
<TOCVisibilityProvider pathname={pathname}>
Expand Down

1 comment on commit 736e3b4

@vercel
Copy link

@vercel vercel bot commented on 736e3b4 Mar 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.