diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 96629de0..8513f562 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -96,12 +96,20 @@ export default function ArmSwitcher() { /> {/* Temporary Logo - Simple geometric shape */} -
- {currentArm.label[0].toUpperCase()} -
+ {currentArm.id === "devlink" ? ( + {currentArm.label} + ) : ( +
+ {currentArm.label[0].toUpperCase()} +
+ )} {/* Animated border indicator */}