fix(core): workspace embedding settings icon (#12622)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Style**
  - Updated the icon for the embedding workspace setting to a new design for improved visual clarity.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
yoyoyohamapi
2025-05-29 04:48:56 +00:00
parent 66db63c845
commit b9c70985a1
@@ -6,6 +6,7 @@ import { EmbeddingSettings } from '@affine/core/modules/workspace-indexer-embedd
import { ServerDeploymentType } from '@affine/graphql'; import { ServerDeploymentType } from '@affine/graphql';
import { useI18n } from '@affine/i18n'; import { useI18n } from '@affine/i18n';
import { import {
AiEmbeddingIcon,
CollaborationIcon, CollaborationIcon,
IntegrationsIcon, IntegrationsIcon,
PaymentIcon, PaymentIcon,
@@ -115,7 +116,7 @@ export const useWorkspaceSettingList = (): SettingSidebarItem[] => {
t[ t[
'com.affine.settings.workspace.indexer-embedding.embedding.title' 'com.affine.settings.workspace.indexer-embedding.embedding.title'
](), ](),
icon: <SettingsIcon />, icon: <AiEmbeddingIcon />,
testId: 'workspace-setting:embedding', testId: 'workspace-setting:embedding',
}, },
showBilling && { showBilling && {