Skip to content

Commit

Permalink
fix: Add missing profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkilpatrick committed Jun 17, 2023
1 parent 23c7970 commit 3180bd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/assets/img/rjkilpatrick.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/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import PageLayout from "../layouts/PageLayout.astro";
<div class="half-pane">
<img
class="avatar"
src="https://via.placeholder.com/400"
src="/assets/img/rjkilpatrick.jpg"
alt="Picture of John Kilpatrick"
/>
</div>
Expand Down

0 comments on commit 3180bd1

Please sign in to comment.