From daa2b9aff90ece05b22a5edcb98e4ee4f78d699c Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 16 Sep 2024 10:31:32 +0000 Subject: [PATCH] fix bad icons --- packages/app/config/sidebar/TopItems.json | 2 +- packages/app/src/components/PostCreator/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/config/sidebar/TopItems.json b/packages/app/config/sidebar/TopItems.json index ba30e2b9..07b2243f 100644 --- a/packages/app/config/sidebar/TopItems.json +++ b/packages/app/config/sidebar/TopItems.json @@ -9,7 +9,7 @@ "id": "tv", "path": "/tv", "label": "Tv", - "icon": "Tv" + "icon": "FiTv" }, { "id": "music", diff --git a/packages/app/src/components/PostCreator/index.jsx b/packages/app/src/components/PostCreator/index.jsx index a1af00f8..6d80fc69 100755 --- a/packages/app/src/components/PostCreator/index.jsx +++ b/packages/app/src/components/PostCreator/index.jsx @@ -624,7 +624,7 @@ export default class PostCreator extends React.Component { } + icon={} onClick={this.handleAddPoll} />