[ARVADOS-WORKBENCH2] updated: 1.1.4-225-gd5e0906
Git user
git at public.curoverse.com
Tue Jul 10 03:26:52 EDT 2018
Summary of changes:
src/components/icon/icon.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via d5e09062859cc29dff60b16be912ff3743173b34 (commit)
from 76215c43cae99e1ce7964dcfafae59b2134f72b3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d5e09062859cc29dff60b16be912ff3743173b34
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Fri Jul 6 12:11:31 2018 +0200
modify icon component
Feature #13765
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx
index b0b4e29..3682b77 100644
--- a/src/components/icon/icon.tsx
+++ b/src/components/icon/icon.tsx
@@ -24,8 +24,8 @@ const getSpecificIcon = (props: any) => ({
folder: <FolderIcon className={props.className} />,
close: <CloseIcon className={props.className} />,
project: <i className={classnames([props.className, 'fas fa-folder fa-lg'])} />,
- collection: <i className="fas fa-archive fa-lg" />,
- process: <i className="fas fa-cogs fa-lg" />
+ collection: <i className={classnames([props.className, 'fas fa-archive fa-lg'])} />,
+ process: <i className={classnames([props.className, 'fas fa-cogs fa-lg'])} />
});
class IconBase extends React.Component<IconBaseProps, IconBaseState> {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list