diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index c682cee7..828d6d1a 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -110,24 +110,24 @@ export default function ArmSwitcher() { ))} - {/* Tablet Version - Compact Horizontal Bar (md to lg) */} -
+ {/* Tablet Version - Spaced Horizontal Layout (md to lg) */} +
{ARMS.map((arm) => ( ))}