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

Commit 252bd5f

Browse files
authored
Merge pull request #433 from openforge/fix/hide-matt
fix(): hide matt
2 parents 8b8e004 + fd023ea commit 252bd5f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-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',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export class AppMembers {
6565
);
6666
})}
6767
<figure class="member" />
68+
<figure class="member" />
6869
</div>
6970
);
7071
}

0 commit comments

Comments
 (0)