Skip to content

Commit

Permalink
intentionally breaking the bio component
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Mar 5, 2021
1 parent 301e72c commit ac75e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Bio/Bio.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Bio = ({ headshot, name, tagline, role }) => {
return (
<div className={styles.bio}>
<div className={styles.bioImage}>
<img src={headshot} alt={`Headshot of ${name}`} />
<img src="colby" alt={`Headshot of ${name}`} />
</div>
<div className={styles.bioContent}>
<p className={styles.bioContentName}>
Expand Down

0 comments on commit ac75e7c

Please sign in to comment.