From b9c70985a1d3be83deec8abc03ffc28d9db05a4f Mon Sep 17 00:00:00 2001 From: yoyoyohamapi <8338436+yoyoyohamapi@users.noreply.github.com> Date: Thu, 29 May 2025 04:48:56 +0000 Subject: [PATCH] fix(core): workspace embedding settings icon (#12622) ## Summary by CodeRabbit - **Style** - Updated the icon for the embedding workspace setting to a new design for improved visual clarity. --- .../src/desktop/dialogs/setting/workspace-setting/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/frontend/core/src/desktop/dialogs/setting/workspace-setting/index.tsx b/packages/frontend/core/src/desktop/dialogs/setting/workspace-setting/index.tsx index 19e4ef2dac..75856d7085 100644 --- a/packages/frontend/core/src/desktop/dialogs/setting/workspace-setting/index.tsx +++ b/packages/frontend/core/src/desktop/dialogs/setting/workspace-setting/index.tsx @@ -6,6 +6,7 @@ import { EmbeddingSettings } from '@affine/core/modules/workspace-indexer-embedd import { ServerDeploymentType } from '@affine/graphql'; import { useI18n } from '@affine/i18n'; import { + AiEmbeddingIcon, CollaborationIcon, IntegrationsIcon, PaymentIcon, @@ -115,7 +116,7 @@ export const useWorkspaceSettingList = (): SettingSidebarItem[] => { t[ 'com.affine.settings.workspace.indexer-embedding.embedding.title' ](), - icon: , + icon: , testId: 'workspace-setting:embedding', }, showBilling && {