Skip to content

Commit

Permalink
hide stackblitz button
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Dec 6, 2024
1 parent d74d3c4 commit b55c72b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ function AppWrapper(props) {
))}
<meta name="mui:productId" content={productId} />
<meta name="mui:productCategoryId" content={productCategoryId} />
<style>{`
button[data-ga-event-action="stackblitz"] {
display: none;
}
`}</style>
</NextHead>
<DocsProvider
config={config}
Expand Down

0 comments on commit b55c72b

Please sign in to comment.