From 1ff45b96df6d95ce27b60ebd8a21c737b7edb883 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 1 Nov 2020 17:18:38 -0500 Subject: update logo --- src/Logo.tsx | 42 +++++++++++++++++++++++++++++++++++++----- src/index.html | 2 +- src/index.tsx | 10 +++++++--- 3 files changed, 45 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/Logo.tsx b/src/Logo.tsx index 09700d1..d8cbea7 100644 --- a/src/Logo.tsx +++ b/src/Logo.tsx @@ -2,11 +2,43 @@ import React from 'react'; export default (props: {style: {[key: string]: string | number }}) => - + + + + + + + + + + + + + + + ; diff --git a/src/index.html b/src/index.html index ef3bba6..b3f0493 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - Snow BFT Demo + Snowball BFT Demo diff --git a/src/index.tsx b/src/index.tsx index 7f51b9b..2687382 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,6 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom'; import 'typeface-roboto'; +import 'typeface-rubik'; import { Theme, withStyles, MuiThemeProvider } from '@material-ui/core/styles'; import CssBaseline from '@material-ui/core/CssBaseline'; import Grid from '@material-ui/core/Grid'; @@ -31,6 +32,9 @@ const styles = (theme: Theme) => ({ }, title: { flexGrow: 1, + fontFamily: 'Rubik', + fontSize: 34, + fontWeight: 100, display: 'inline-block' }, appBarSpacer: theme.mixins.toolbar, @@ -95,9 +99,9 @@ class MainTabs extends React.Component { position="absolute" className={classes.appBar}> - - - Snow BFT Demo + + +
Snowball BFT