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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user