mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
31dfcc1e1a
commit
315049cb95
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue