Skip to content

Commit

Permalink
Merge pull request #57077 from alitoshmatov/fix-workflow-icon
Browse files Browse the repository at this point in the history
 [CP Staging] Importing workflow icon from Illustrations

(cherry picked from commit 995c773)

(CP triggered by luacmartins)
  • Loading branch information
luacmartins authored and OSBotify committed Feb 19, 2025
1 parent 95bd45a commit e2b48dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/workspace/workflows/WorkspaceWorkflowsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import ApprovalWorkflowSection from '@components/ApprovalWorkflowSection';
import ConfirmModal from '@components/ConfirmModal';
import getBankIcon from '@components/Icon/BankIcons';
import type {BankName} from '@components/Icon/BankIconsUtils';
import {Plus, Workflows} from '@components/Icon/Expensicons';
import {Plus} from '@components/Icon/Expensicons';
import {Workflows} from '@components/Icon/Illustrations';
import MenuItem from '@components/MenuItem';
import MenuItemWithTopDescription from '@components/MenuItemWithTopDescription';
import OfflineWithFeedback from '@components/OfflineWithFeedback';
Expand Down

0 comments on commit e2b48dd

Please sign in to comment.