Skip to content

Commit

Permalink
Update team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mathclub-ucdavis authored Aug 3, 2024
1 parent c231ed7 commit d96fc03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export default function Team() {
</div>
<h2>{officer.name}</h2>
<p>
<b>{officer.position}</b>
<b>
<em>{officer.position}</em>
</b>
</p>
<p>{officer.contact}</p>
</div>
Expand Down

0 comments on commit d96fc03

Please sign in to comment.