Skip to content

Commit f2de664

Browse files
Kent C. Doddsalexkrolick
authored andcommitted
add paypal as a user (testing-library#8)
1 parent 20aa305 commit f2de664

File tree

2 files changed

+54
-8
lines changed

2 files changed

+54
-8
lines changed

website/siteConfig.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010

1111
// List of projects/orgs using your project for the users page.
1212
const users = [
13-
// {
14-
// caption: 'User1',
15-
// // You will need to prepend the image path with your baseUrl
16-
// // if it is not '/', like: '/test-site/img/docusaurus.svg'.
17-
// image: '/img/docusaurus.svg',
18-
// infoLink: 'https://www.facebook.com',
19-
// pinned: true,
20-
// },
13+
{
14+
caption: 'PayPal',
15+
image: '/img/users/paypal.svg',
16+
infoLink: 'https://www.paypal.com',
17+
pinned: true,
18+
},
2119
]
2220

2321
const siteConfig = {
Lines changed: 48 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)