diff --git a/apps/desktop/src/routes/(window-chrome)/(main).tsx b/apps/desktop/src/routes/(window-chrome)/(main).tsx index f18dfc97..13f15b24 100644 --- a/apps/desktop/src/routes/(window-chrome)/(main).tsx +++ b/apps/desktop/src/routes/(window-chrome)/(main).tsx @@ -597,16 +597,16 @@ function TargetSelect(props: { as={ props.options.length <= 1 ? (p) => ( - - ) + + ) : undefined } class="flex-1 text-gray-400 py-1 z-10 data-[selected='true']:text-gray-500 peer focus:outline-none transition-colors duration-100 w-full text-nowrap overflow-hidden px-2 flex gap-2 items-center justify-center" @@ -680,8 +680,8 @@ function TargetSelectInfoPill(props: { {!props.permissionGranted ? "Request Permission" : props.value !== null - ? "On" - : "Off"} + ? "On" + : "Off"} ); }