mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
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:
@@ -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: <SettingsIcon />,
|
||||
icon: <AiEmbeddingIcon />,
|
||||
testId: 'workspace-setting:embedding',
|
||||
},
|
||||
showBilling && {
|
||||
|
||||
Reference in New Issue
Block a user