feat(#5): Change privacy policy title

This commit is contained in:
Josh Creek
2022-10-08 16:26:01 +01:00
parent c7f6d43bdc
commit f5c404f58b
+1 -1
View File
@@ -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',
}),