From 32a44723c3159ccb6834bf36e5ffcec0cbd6cdfc Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 13 Sep 2022 17:06:58 -0400 Subject: [PATCH] Fix broken image in plugin (#3839) --- mattermost-plugin/webapp/src/components/rhsChannelBoards.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mattermost-plugin/webapp/src/components/rhsChannelBoards.tsx b/mattermost-plugin/webapp/src/components/rhsChannelBoards.tsx index 985a6ae72..e1e6804b4 100644 --- a/mattermost-plugin/webapp/src/components/rhsChannelBoards.tsx +++ b/mattermost-plugin/webapp/src/components/rhsChannelBoards.tsx @@ -25,6 +25,7 @@ import {useAppSelector, useAppDispatch} from '../../../../webapp/src/store/hooks import AddIcon from '../../../../webapp/src/widgets/icons/add' import Button from '../../../../webapp/src/widgets/buttons/button' +import {Utils} from '../../../../webapp/src/utils' import {WSClient} from '../../../../webapp/src/wsclient' import boardsScreenshots from '../../../../webapp/static/boards-screenshots.png' @@ -107,7 +108,7 @@ const RHSChannelBoards = () => { defaultMessage='Boards is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view.' /> -
+