Update Contact Form to use a dropdown for subject and proper links for Terms of Service and Privacy Policy

This commit is contained in:
2025-04-22 21:39:18 -08:00
parent e35e359f60
commit 999013d72e
9 changed files with 45 additions and 64 deletions

View File

@@ -60,7 +60,7 @@ module.exports = {
new TerserPlugin({
terserOptions:{
compress: {
drop_console: true,
drop_console: false,
}
}
}),