Skip to content

Commit

Permalink
Add CarGurus to users (jaredpalmer#2135)
Browse files Browse the repository at this point in the history
* Add CarGurus to users

* fix typo
  • Loading branch information
willcaul authored and jaredpalmer committed Dec 18, 2019
1 parent 448e3e7 commit 631461a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Users extends React.Component {
</p>
</div>
<div className="logos">{showcase}</div>
<p>Are you using this Formik?</p>
<p>Are you using Formik?</p>
<a href={editUrl} className="button">
Add your company
</a>
Expand Down
5 changes: 5 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ const users = [
image: '/formik/img/logos/restaurant365.svg',
infoLink: 'https://restaurant365.com',
},
{
caption: 'CarGurus',
image: '/formik/img/logos/cargurus.svg',
infoLink: 'https://www.cargurus.com',
}
];

const siteConfig = {
Expand Down
1 change: 1 addition & 0 deletions website/static/img/logos/cargurus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 631461a

Please sign in to comment.