Skip to content

Commit

Permalink
feat: new headshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Aug 15, 2024
1 parent 81b0309 commit dff1cb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added content/assets/images/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Bio/Bio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as styles from "./Bio.module.scss";
const Bio = (): ReactElement => {
const data = useStaticQuery(graphql`
query BioQuery {
avatar: file(relativePath: { eq: "images/me4.jpg" }) {
avatar: file(relativePath: { eq: "images/me.jpg" }) {
childImageSharp {
gatsbyImageData(
quality: 100
Expand Down

0 comments on commit dff1cb5

Please sign in to comment.