Skip to content

Commit d16d640

Browse files
authored
feat: Add housinganywhere to list of users (#424)
1 parent e4f678d commit d16d640

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

website/siteConfig.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ const users = [
3939
infoLink: 'https://mesalva.com',
4040
pinned: true,
4141
},
42+
{
43+
caption: 'HousingAnywhere',
44+
image: '/img/users/housinganywhere.svg',
45+
infoLink: 'https://housinganywhere.com',
46+
pinned: true,
47+
},
4248
];
4349

4450
const siteConfig = {
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)