Website: Fix success stories article category page (#12539)

Closes: #12538 

Changes:
- Updated the article category page script to show the category title
and category description on fleetdm.com/success-stories
This commit is contained in:
Eric 2023-06-27 14:34:33 -05:00 committed by GitHub
parent 31dfcc1e1a
commit 315049cb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ parasails.registerPage('articles', {
} else {
switch(this.category) {
// If a specific category was provided, we'll set the articleCategory and categoryDescription.
case 'device-management':
case 'success-stories':
this.articleCategory = 'Success stories';
this.categoryDescription = 'Read about how others are using Fleet and osquery.';
break;