Skip to content

Commit

Permalink
people tags, badges
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Oct 8, 2023
1 parent 2cb9437 commit 0c38e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/people.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ const PeoplePage = () => {
<PersonCard
image={`https://avatars.githubusercontent.com/${[person.github]}`}
name={person.name}
tags={person.tags.split(",")}
tags={person.tags}
text={person.text}
website={person.website}
githubUsername={person.github}
badges={person.badge.split(",")}
badges={person.badge}
/>
))}
</Layout>
Expand Down

0 comments on commit 0c38e32

Please sign in to comment.