[ARVADOS-WORKBENCH2] updated: 1.2.0-418-g6f52701
Git user
git at public.curoverse.com
Thu Sep 20 06:24:20 EDT 2018
Summary of changes:
public/arvados_logo.png | Bin 0 -> 52702 bytes
src/views/workbench/workbench-loading-screen.tsx | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
create mode 100644 public/arvados_logo.png
via 6f52701f994470b46f62020269e9614b65bb52c8 (commit)
from 4ecec1c730f1a3fcfd5082cdc14250d39dac199c (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 6f52701f994470b46f62020269e9614b65bb52c8
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Thu Sep 20 12:24:02 2018 +0200
Add arv logo img
Feature #14185
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/public/arvados_logo.png b/public/arvados_logo.png
new file mode 100644
index 0000000..cdb8160
Binary files /dev/null and b/public/arvados_logo.png differ
diff --git a/src/views/workbench/workbench-loading-screen.tsx b/src/views/workbench/workbench-loading-screen.tsx
index e8f9a28..3040103 100644
--- a/src/views/workbench/workbench-loading-screen.tsx
+++ b/src/views/workbench/workbench-loading-screen.tsx
@@ -26,7 +26,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
export const WorkbenchLoadingScreen = withStyles(styles)(({ classes }: WithStyles<CssRules>) =>
<Grid container direction="column" alignItems='center' justify='center' className={classes.root}>
- <img src='https://arvados.org/images/img01.png' className={classes.img} />
+ <img src='/arvados_logo.png' className={classes.img} />
<CircularProgress />
</Grid>
);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list