Skip to content

Commit 98a45f1

Browse files
Gpxalexkrolick
authored andcommitted
add TravelPerk as a user (#15)
1 parent 7149392 commit 98a45f1

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

website/siteConfig.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ const users = [
3434
infoLink: 'https://www.autodesk.com',
3535
pinned: true,
3636
},
37+
{
38+
caption: 'TravelPerk',
39+
image: '/img/users/travelperk.svg',
40+
infoLink: 'https://www.travelperk.com',
41+
pinned: true,
42+
},
3743
]
3844

3945
const siteConfig = {
Lines changed: 31 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)