completionId: cgen-3c49b24eccbe4205b63188fbbd6f6987

cgen-3c49b24eccbe4205b63188fbbd6f6987
This commit is contained in:
Builder.io 2025-11-06 23:29:34 +00:00
parent 19b08cf499
commit 922e74da53

View file

@ -145,7 +145,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
{/* Mobile Arm Switcher */}
<div className="mt-6 mb-6 pb-6 border-b border-border/40">
<p className="text-xs font-semibold text-muted-foreground mb-3 uppercase tracking-wide">Arms</p>
<div className="flex gap-4 flex-wrap">
<div className="scale-75 origin-left">
<ArmSwitcher />
</div>
</div>