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

Update page title

parent 49450ea0
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ const styles = theme => ({
let MapApp = (props) => {
const { classes, error, analysisView } = props;
console.log(props.results);
// console.log(props.results);
return (
<div className={classes.root}>
......@@ -77,7 +77,7 @@ let MapApp = (props) => {
<MenuIcon />
</IconButton>
<Typography variant="title" color="inherit" className={classes.flex}>
Hipla.fi
NameSampo
</Typography>
</Toolbar>
</AppBar>
......
......@@ -12,7 +12,7 @@ module.exports = {
plugins: [
new CleanWebpackPlugin(['dist']),
new HtmlWebpackPlugin({
title: 'Hipla',
title: 'NameSampo',
// Load a custom template
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