Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 46a33bb

Browse files
author
Pablo Huerta
committed
uncommented matt image
1 parent 5ff58ff commit 46a33bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/app-members-section/app-members-section.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ export class AppMembersSection {
130130
github: '',
131131
url: '/about/harry-scheuerle',
132132
},
133-
// {
134-
// name: 'Matt Moran',
135-
// image: './../../assets/headshot-matt.png',
136-
// title: translate('about.team.member.title.developer'),
137-
// mail: 'matt@openforge.io',
138-
// twitter: '',
139-
// github: '',
140-
// // url: '/about/matt-moran',
141-
// },
133+
{
134+
name: 'Matt Moran',
135+
image: './../../assets/headshot-matt.png',
136+
title: translate('about.team.member.title.developer'),
137+
mail: 'matt@openforge.io',
138+
twitter: '',
139+
github: '',
140+
url: '/about/matt-moran',
141+
},
142142
{
143143
name: 'Carter Simonson',
144144
image: './../../assets/headshot-carter.png',

0 commit comments

Comments
 (0)