mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
2a18f56655
commit
43aee01596
1 changed files with 2 additions and 1 deletions
3
website/config/routes.js
vendored
3
website/config/routes.js
vendored
|
|
@ -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,
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue