Skip to content

Commit

Permalink
[docs-infra] Fix toolbar arrow order
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 5, 2024
1 parent 2ad38e3 commit ad5b626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/modules/components/DemoToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ export default function DemoToolbar(props) {
data-ga-event-label={demo.gaLabel}
data-ga-event-action="stackblitz"
onClick={() => stackBlitz.createReactApp(demoData).openSandbox()}
{...getControlProps(5)}
{...getControlProps(4)}
sx={{ borderRadius: 1 }}
>
<SvgIcon viewBox="0 0 19 28">
Expand All @@ -553,7 +553,7 @@ export default function DemoToolbar(props) {
data-ga-event-label={demo.gaLabel}
data-ga-event-action="codesandbox"
onClick={() => codeSandbox.createReactApp(demoData).openSandbox()}
{...getControlProps(4)}
{...getControlProps(5)}
sx={{ borderRadius: 1 }}
>
<SvgIcon viewBox="0 0 1024 1024">
Expand Down

0 comments on commit ad5b626

Please sign in to comment.