From d603b97213251060603846b8b42ab9069fe4e760 Mon Sep 17 00:00:00 2001 From: mhatvan Date: Tue, 5 Oct 2021 19:23:22 +0200 Subject: chore: upgrade material design dependencies to latest - upgrade @mdi dependencies to latest - replace mdiSettings import with mdiCog --- src/features/workspaces/components/WorkspaceDrawer.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/features') diff --git a/src/features/workspaces/components/WorkspaceDrawer.js b/src/features/workspaces/components/WorkspaceDrawer.js index 63eb4f75c..3dac77bc2 100644 --- a/src/features/workspaces/components/WorkspaceDrawer.js +++ b/src/features/workspaces/components/WorkspaceDrawer.js @@ -6,7 +6,7 @@ import { defineMessages, injectIntl } from 'react-intl'; import { H1, Icon } from '@meetfranz/ui'; import ReactTooltip from 'react-tooltip'; -import { mdiPlusBox, mdiSettings } from '@mdi/js'; +import { mdiPlusBox, mdiCog } from '@mdi/js'; import WorkspaceDrawerItem from './WorkspaceDrawerItem'; import { workspaceActions } from '../actions'; import { workspaceStore } from '../index'; @@ -26,7 +26,8 @@ const messages = defineMessages({ }, workspaceFeatureInfo: { id: 'workspaceDrawer.workspaceFeatureInfo', - defaultMessage: '

Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.

You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.

', + defaultMessage: + '

Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.

You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.

', }, addNewWorkspaceLabel: { id: 'workspaceDrawer.addNewWorkspaceLabel', @@ -119,7 +120,7 @@ class WorkspaceDrawer extends Component { )}`} > -- cgit v1.2.3-70-g09d2