Skip to content

Commit

Permalink
Remove demo toolbar till I'm sure about it
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Oct 1, 2023
1 parent beb7e89 commit 699a1fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/(main)/blog/components/Demo/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ export default function Demo({
{component}
</div>

<DemoToolbar
isExpanded={isExpanded}
onFocusReset={() => focusRef.current?.focus({ preventScroll: true })}
onReset={() => setReset(reset ^ 1)}
onToggleExpanded={() => setIsExpanded(!isExpanded)}
path={name}
raw={raw}
/>
{/* <DemoToolbar */}
{/* isExpanded={isExpanded} */}
{/* onFocusReset={() => focusRef.current?.focus({ preventScroll: true })} */}
{/* onReset={() => setReset(reset ^ 1)} */}
{/* onToggleExpanded={() => setIsExpanded(!isExpanded)} */}
{/* path={name} */}
{/* raw={raw} */}
{/* /> */}

<div
className={clsx(
Expand Down

0 comments on commit 699a1fe

Please sign in to comment.