mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add heteronymous reddit testimonial (#27910)
# Checklist for submitter Adds new Reddit sourced testimonial: 
This commit is contained in:
parent
3d0025c570
commit
2808331296
3 changed files with 8 additions and 0 deletions
|
|
@ -252,3 +252,10 @@
|
|||
quoteAuthorProfileImageFilename: testimonial-author-bart-reardon-48x48@2x.png
|
||||
quoteAuthorJobTitle: Creator of swiftDialog
|
||||
productCategories: [Device management, Observability]
|
||||
-
|
||||
quote: If I needed a single pane of glass for all OS endpoints, starting fresh, I'd push for the paid version of FleetDM.
|
||||
quoteLinkUrl: https://www.reddit.com/r/Intune/comments/1jkzxyl/comment/mk02c2k/
|
||||
quoteAuthorName: u/Heteronymous
|
||||
quoteAuthorJobTitle: Redditor
|
||||
quoteAuthorProfileImageFilename: testimonial-author-redditor-48x48@2x.png
|
||||
productCategories: [Device management]
|
||||
|
|
|
|||
1
website/api/controllers/view-testimonials.js
vendored
1
website/api/controllers/view-testimonials.js
vendored
|
|
@ -36,6 +36,7 @@ module.exports = {
|
|||
'Matt Carr',
|
||||
'Nico Waisman',
|
||||
'Dan Grzelak',
|
||||
'u/Heteronymous',
|
||||
];
|
||||
let testimonialsForMdm = _.filter(testimonials, (testimonial)=>{
|
||||
return _.contains(testimonial.productCategories, 'Device management') && _.contains(testimonialOrderForMdm, testimonial.quoteAuthorName);
|
||||
|
|
|
|||
BIN
website/assets/images/testimonial-author-redditor-48x48@2x.png
vendored
Normal file
BIN
website/assets/images/testimonial-author-redditor-48x48@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in a new issue