Skip to content

Commit

Permalink
Update index.js (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
boandai authored Nov 30, 2024
1 parent 3f0d572 commit d7bcf6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/team/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function () {
<li className="character_item text_center" style={{'listStyle': 'none'}}>
<img className="character_avatar" src={item.avatarUrl} alt={item.name}/>
<div className="character_desc">
<h3 className="character_name">{item.name}</h3>
<h3 className="character_id"><span className="githubId">githubId:</span>{item.githubId}</h3>
</div>
</li>
Expand Down

0 comments on commit d7bcf6f

Please sign in to comment.