Website: disable start CTA on /better (#27323)

Closes: https://github.com/fleetdm/confidential/issues/10002

Changes:
- Disabled the start CTA on the /better page
This commit is contained in:
Eric 2025-03-19 18:23:23 -05:00 committed by GitHub
parent 2a18f56655
commit 43aee01596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -430,7 +430,8 @@ module.exports.routes = {
action: 'view-transparency',
locals: {
pageDescriptionForMeta: 'Discover how Fleet simplifies IT and security, prioritizing privacy, transparency, and trust for end users.',
pageTitleForMeta: 'Better with Fleet'
pageTitleForMeta: 'Better with Fleet',
hideStartCTA: true,
}
},