-
Notifications
You must be signed in to change notification settings - Fork 56
Add new testimonial to landing page
stefanoScalzo edited this page Aug 25, 2020
·
1 revision
- Pull the latest branch from master
- Check out a new branch
- Open the landing-page.js file in the js directory
- In the array called
testimonials
add your company as an object.
- Add your company logo in the images > logos directory. Use the relative path for the
logo
property. - Add your company name under the
company
property if and only if the logo does not show the name explicitly - Add the testimonial under the
quote
property
- Submit the PR for review and wait for review
- Once PR has been reviewed and approved, merge the PR