Skip to content

Commit

Permalink
feat: new author image
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjinp committed Feb 22, 2024
1 parent b3de764 commit 87263c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added apps/astro/public/kenny2.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 apps/astro/src/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: ../layouts/AboutLayout.astro
title: "About"
---

<img class="h-64 object-scale-down" src="/kenny.jpg" alt="a photo of the author of this website" />
<img class="h-64 object-scale-down" src="/kenny2.jpg" alt="a photo of the author of this website" />

# Hello!

Expand Down

0 comments on commit 87263c4

Please sign in to comment.