Improved insights icon

This commit is contained in:
Tom Moor
2023-12-29 18:21:40 -05:00
parent ce88e0ea8d
commit f864bb2dbd
3 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ import {
ArchiveIcon,
ShuffleIcon,
HistoryIcon,
LightBulbIcon,
GraphIcon,
UnpublishIcon,
PublishIcon,
CommentIcon,
@@ -900,7 +900,7 @@ export const openDocumentInsights = createAction({
name: ({ t }) => t("Insights"),
analyticsName: "Open document insights",
section: DocumentSection,
icon: <LightBulbIcon />,
icon: <GraphIcon />,
visible: ({ activeDocumentId, stores }) => {
const can = stores.policies.abilities(activeDocumentId ?? "");
const document = activeDocumentId