From 35cf0a622bd0984697dc59af63edfdb99002015d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 6 Nov 2025 19:24:59 +0000 Subject: [PATCH] completionId: cgen-e91c0a807f1c44b8b634b150c606d06e cgen-e91c0a807f1c44b8b634b150c606d06e --- client/components/ArmSwitcher.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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 */}