Skip to content
Snippets Groups Projects
Commit 30fdc856 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Update title

parent 9b5ee3f3
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ import { CSVLink } from 'react-csv'; ...@@ -17,6 +17,7 @@ import { CSVLink } from 'react-csv';
import Button from '@material-ui/core/Button'; import Button from '@material-ui/core/Button';
import FormGroup from '@material-ui/core/FormGroup'; import FormGroup from '@material-ui/core/FormGroup';
import Checkbox from '@material-ui/core/Checkbox'; import Checkbox from '@material-ui/core/Checkbox';
import Typography from '@material-ui/core/Typography';
const styles = theme => ({ const styles = theme => ({
toolBar: { toolBar: {
...@@ -152,7 +153,10 @@ class TopBar extends React.Component { ...@@ -152,7 +153,10 @@ class TopBar extends React.Component {
</div> </div>
</Menu> </Menu>
<img className={classes.namesampoLogo} src='img/logos/namesampo.png' alt='NameSampo logo'/> {/* <img className={classes.namesampoLogo} src='img/logos/namesampo.png' alt='NameSampo logo'/> */}
<Typography variant="title" color="inherit" className={classes.flex}>
Mapping Manuscript Migrations
</Typography>
{this.props.oneColumnView && {this.props.oneColumnView &&
<div className={classes.navTabs}> <div className={classes.navTabs}>
<NavTabs <NavTabs
......
...@@ -13,7 +13,7 @@ module.exports = { ...@@ -13,7 +13,7 @@ module.exports = {
plugins: [ plugins: [
new CleanWebpackPlugin(['dist']), new CleanWebpackPlugin(['dist']),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
title: 'NameSampo', title: 'Mapping Manuscript Migrations – A Digging into Data project for 2017-2019',
// Load a custom template // Load a custom template
template: 'src/client/index.html', template: 'src/client/index.html',
}), }),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment