Skip to content

Commit

Permalink
fix: fix name for ex collaborator data object and add missing locations
Browse files Browse the repository at this point in the history
  • Loading branch information
talves committed Jul 6, 2024
1 parent 6be73a6 commit 1639bf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/exCollaborators.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const OldData = [
const ExCollaborators = [
{
name: 'José Amorim',
social: [
Expand Down Expand Up @@ -71,4 +71,4 @@ const OldData = [
}
];

export default OldData;
export default ExCollaborators;
3 changes: 3 additions & 0 deletions src/data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const TeamData = [
roles: ['mentor', 'collaborator'],
name: 'Beatriz Sabino',
job: 'OutSystems Developer',
location: 'Lisboa',
social: [
{ linkedin: 'https://www.linkedin.com/in/beatriz-sabino96/' },
{ outsystems: 'https://www.outsystems.com/profile/5kda2s3k2u' }
Expand All @@ -116,6 +117,7 @@ const TeamData = [
id: 24,
roles: ['mentor', 'collaborator'],
name: 'Selmira Fernandes',
location: 'Braga',
job: '',
social: [{ linkedin: 'https://www.linkedin.com/in/selmirafernandes/' }],
avatar: 'selmira.jpg'
Expand All @@ -125,6 +127,7 @@ const TeamData = [
roles: ['mentor', 'collaborator'],
name: 'Inês Calçôa',
job: 'Software Developer',
location: 'Lisboa',
social: [
{ linkedin: 'https://www.linkedin.com/in/inescalcoa/' },
{ github: 'https://github.com/iscc92' }
Expand Down

0 comments on commit 1639bf3

Please sign in to comment.