completionId: cgen-2a0a2c63d5ea4243878f2f51a386d347
cgen-2a0a2c63d5ea4243878f2f51a386d347
This commit is contained in:
parent
b2ece86fd3
commit
19b08cf499
1 changed files with 9 additions and 0 deletions
|
|
@ -141,6 +141,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
Access any section without leaving your flow.
|
Access any section without leaving your flow.
|
||||||
</SheetDescription>
|
</SheetDescription>
|
||||||
</SheetHeader>
|
</SheetHeader>
|
||||||
|
|
||||||
|
{/* 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">
|
||||||
|
<ArmSwitcher />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<nav className="mt-6 flex flex-col gap-1">
|
<nav className="mt-6 flex flex-col gap-1">
|
||||||
{(user ? userNavigation : publicNavigation).map((item) => (
|
{(user ? userNavigation : publicNavigation).map((item) => (
|
||||||
<SheetClose key={item.href} asChild>
|
<SheetClose key={item.href} asChild>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue