From 4019d529adf24af5c6156a1c425d066a4e25293a Mon Sep 17 00:00:00 2001 From: pedesen Date: Wed, 14 Oct 2015 15:12:12 +0200 Subject: [PATCH] feat(replace): add default and conditional flow icons Closes #370 --- lib/features/replace/ReplaceOptions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/replace/ReplaceOptions.js b/lib/features/replace/ReplaceOptions.js index da5ec78f..93c22d6d 100644 --- a/lib/features/replace/ReplaceOptions.js +++ b/lib/features/replace/ReplaceOptions.js @@ -728,11 +728,11 @@ module.exports.SEQUENCE_FLOW = [ { label: 'Default Flow', actionName: 'replace-with-default-flow', - className: 'icon-connection', + className: 'icon-default-flow', }, { label: 'Conditional Flow', actionName: 'replace-with-conditional-flow', - className: 'icon-connection', + className: 'icon-conditional-flow', } ];