Skip to content

Commit

Permalink
reoreder quotes on device management page
Browse files Browse the repository at this point in the history
  • Loading branch information
eashaw committed Oct 23, 2024
1 parent bdf8581 commit 7d1ee3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/api/controllers/view-device-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'Kenny Botelho', 'Wes Whetstone', 'Matt Carr', 'Dan Grzelak', 'Nick Fohs'];
let testimonialOrderForThisPage = ['Scott MacVicar', 'Erik Gomez', 'Kenny Botelho', 'Wes Whetstone', 'Matt Carr', 'Dan Grzelak', 'Nick Fohs'];
testimonialsForScrollableTweets.sort((a, b)=>{
if(testimonialOrderForThisPage.indexOf(a.quoteAuthorName) === -1){
return 1;
Expand Down

0 comments on commit 7d1ee3d

Please sign in to comment.