From f864bb2dbd46ea5ca27db3059fd25231cc2d8288 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 29 Dec 2023 18:21:40 -0500 Subject: [PATCH] Improved insights icon --- app/actions/definitions/documents.tsx | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/actions/definitions/documents.tsx b/app/actions/definitions/documents.tsx index 3fd5ef511..de4686984 100644 --- a/app/actions/definitions/documents.tsx +++ b/app/actions/definitions/documents.tsx @@ -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: , + icon: , visible: ({ activeDocumentId, stores }) => { const can = stores.policies.abilities(activeDocumentId ?? ""); const document = activeDocumentId diff --git a/package.json b/package.json index 841ab08b3..eed1d9edc 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "natural-sort": "^1.0.0", "node-fetch": "2.7.0", "nodemailer": "^6.9.4", - "outline-icons": "^2.5.0", + "outline-icons": "^2.7.0", "oy-vey": "^0.12.1", "passport": "^0.6.0", "passport-google-oauth2": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index 66879620d..27cef9bfa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10101,10 +10101,10 @@ os-tmpdir@~1.0.2: resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== -outline-icons@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-2.5.0.tgz#ddb6125e3bc560d7bdf9787e9d78df379ed9b541" - integrity sha512-ktZEzlkQKCpzrlyxynJl+HFS8M/6RShKVUDnoL2cHIbEbiU+J4KnQBliNMmLProzuljgovOjDa8VXrT/QjK07w== +outline-icons@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-2.7.0.tgz#aaacbb9ceba9f65f9152e977e14f4eaa28b45a5a" + integrity sha512-Q17XgygWwGM1IaRO9Wd99Tk1wBnI01Sx3NktLxUwHZ1SN2RBVRIFUwf2J8ZtFo8pvJdH/BxOlX5L3NBTkcaKSg== oy-vey@^0.12.1: version "0.12.1"