[ARVADOS-WORKBENCH2] updated: 1.2.0-307-gb4ed0cf

Git user git at public.curoverse.com
Thu Sep 6 06:55:43 EDT 2018


Summary of changes:
 src/views-components/main-app-bar/help-menu.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  b4ed0cfb0fc7a1588a90e6a778d9a4c00ee7a84d (commit)
      from  ccd25ad858c7961eaa797f01bdfed94f6c6eed29 (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 b4ed0cfb0fc7a1588a90e6a778d9a4c00ee7a84d
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Thu Sep 6 12:55:34 2018 +0200

    addedIcon
    
    Feature #14125
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/views-components/main-app-bar/help-menu.tsx b/src/views-components/main-app-bar/help-menu.tsx
index 00fa08c..8128b7f 100644
--- a/src/views-components/main-app-bar/help-menu.tsx
+++ b/src/views-components/main-app-bar/help-menu.tsx
@@ -5,7 +5,7 @@
 import * as React from "react";
 import { MenuItem, Typography } from "@material-ui/core";
 import { DropdownMenu } from "~/components/dropdown-menu/dropdown-menu";
-import { ImportContacts } from "~/components/icon/icon";
+import { ImportContactsIcon, HelpIcon } from "~/components/icon/icon";
 import { ArvadosTheme } from '~/common/custom-theme';
 import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles';
 
@@ -60,7 +60,7 @@ export const HelpMenu = withStyles(styles)(
                 links.map(link =>
                     <a key={link.title} href={link.link} target="_blank" className={classes.link}>
                         <MenuItem>
-                            <ImportContacts className={classes.icon} />
+                            <ImportContactsIcon className={classes.icon} />
                             <Typography variant="body1" className={classes.linkTitle}>{link.title}</Typography>
                         </MenuItem>
                     </a>)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list