diff --git a/webpack.common.js b/webpack.common.js index c964080..d1977a8 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -88,7 +88,7 @@ module.exports = { }), new HtmlWebpackPlugin({ inject: 'body', - title: 'Selection Wheel - the funnest way to make decisions', + title: 'Privacy Policy', filename: 'privacy-policy.html', template: 'src/privacy.html', }),