mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update view-device-management.js (#18752)
Prioritize quotes that are directly about MDM on the MDM page.
This commit is contained in:
parent
b8793ee776
commit
57b52204a9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
});
|
||||
|
||||
// Specify an order for the testimonials on this page using the last names of quote authors
|
||||
let testimonialOrderForThisPage = ['Erik Gomez', 'Nick Fohs', 'Dan Grzelak', 'Kenny Botelho', 'Wes Whetstone', 'Matt Carr'];
|
||||
let testimonialOrderForThisPage = ['Erik Gomez', 'Kenny Botelho', 'Wes Whetstone', 'Matt Carr', 'Dan Grzelak', 'Nick Fohs'];
|
||||
testimonialsForScrollableTweets.sort((a, b)=>{
|
||||
if(testimonialOrderForThisPage.indexOf(a.quoteAuthorName) === -1){
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue