diff --git a/docs/src/components/stack-auth/stack-user-button-demo.tsx b/docs/src/components/stack-auth/stack-user-button-demo.tsx index 51a00cf3a..b9c062797 100644 --- a/docs/src/components/stack-auth/stack-user-button-demo.tsx +++ b/docs/src/components/stack-auth/stack-user-button-demo.tsx @@ -121,25 +121,25 @@ export function MyComponent() { → Using mock data (sign in to see your account) )} -
- {/* Component demo label */} -
- Component Demo -
- -
- console.log("color mode toggle clicked") : undefined} - extraItems={props.extraItems ? [{ - text: 'Custom Action', - icon: , - onClick: () => console.log('Custom action clicked') - }] : undefined} - /> -
-
+
+ {/* Component demo label */} +
+ Component Demo +
+ +
+ console.log("color mode toggle clicked") : undefined} + extraItems={props.extraItems ? [{ + text: 'Custom Action', + icon: , + onClick: () => console.log('Custom action clicked') + }] : undefined} + /> +
+