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

Commit c20165a

Browse files
committed
fix(): fix jedi member links
1 parent d2f3113 commit c20165a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class AppMembersSection {
1313
mail: 'jedi@openforge.io',
1414
twitter: 'https://twitter.com/jedihacks',
1515
github: 'https://github.com/jedihacks',
16-
url: '/about/jedi-weller',
16+
url: '/about/jedidiah-weller',
1717
},
1818
{
1919
name: 'Paulina Gallo',

src/pages/app-team-landing/app-team-landing.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class AppTeamLanding {
1414

1515
@State() chips;
1616
data = {
17-
'jedi-weller': {
17+
'jedidiah-weller': {
1818
firstname: 'Jedi',
1919
surname: 'Weller',
2020
title: translate('about.team.member.title.founder'),
@@ -31,7 +31,7 @@ export class AppTeamLanding {
3131
description:
3232
'Besides being the chief morale booster, Jedi leads the strategic partnerships and public outreach programs at OpenForge. His boundless energy and ambition means he’s constantly jumping between client calls, networking events, and ensuring the team and clients are happy with the work being done.',
3333
keywords: 'Jedi Weller, ceo, head of technology',
34-
url: 'https://openforge.io/about/jedi-weller/',
34+
url: 'https://openforge.io/about/jedidiah-weller/',
3535
image: 'https://openforge.io/assets/bios-background-jedi.png',
3636
},
3737
},

0 commit comments

Comments
 (0)