From cb8e20786a2c8fce6dcff815ab0a0b60319ca049 Mon Sep 17 00:00:00 2001 From: yyh Date: Thu, 12 Mar 2026 11:15:34 +0800 Subject: [PATCH] fix: remove aria-hidden from version switch icon The icon conveys interactive meaning (switch version), so it should not be hidden from assistive technologies. --- .../provider-added-card/provider-card-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx b/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx index de1f4c6372..38cfb02835 100644 --- a/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx +++ b/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx @@ -94,7 +94,7 @@ const ProviderCardActions: FC = ({ detail, onUpdate }) => { text={( <> {version} - {isFromMarketplace && } + {isFromMarketplace && } )} hasRedCornerMark={hasNewVersion}