From f5c404f58baec941dfbabad423a7bc2e8b0b33c4 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sat, 8 Oct 2022 16:26:01 +0100 Subject: [PATCH] feat(#5): Change privacy policy title --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }),