Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hutchen committed Oct 6, 2024
1 parent a05174b commit 187201a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed public/fast_imgs/austin.JPG
Binary file not shown.
Binary file added public/fast_imgs/austin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/fast_imgs/austin.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/pages/aboutme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Images = Record<string, string>;

const images: Images = {
tinker: getImgPath("tinker.webp"),
me: getImgPath("austin.JPG"),
me: getImgPath("austin.png"),
coding: getImgPath("coding.webp"),
systems: getImgPath("systems.webp"),
math: getImgPath("mathBook.webp"),
Expand Down

0 comments on commit 187201a

Please sign in to comment.