aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index ad08a87..baa46f5 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -16,6 +16,7 @@ import { TransitionGroup, CSSTransition } from "react-transition-group";
import { theme } from './theme';
import Snow from './Snow';
import About from './About';
+import Logo from './Logo';
const styles = (theme: Theme) => ({
root: {
@@ -96,7 +97,8 @@ class MainTabs extends React.Component<MainTabsProps> {
className={classes.appBar}>
<Toolbar className={classes.toolbar}>
<Typography component="h1" variant="h6" color="inherit" noWrap className={classes.title}>
- Snow
+ <Logo style={{width: '5em', verticalAlign: 'bottom', marginRight: '0.5em'}}/>
+ Snow BFT Demo
</Typography>
<Tabs
classes={{ indicator: classes.indicator }}