Skip to content

Commit

Permalink
fix: portrait picture
Browse files Browse the repository at this point in the history
  • Loading branch information
dararod committed Jul 4, 2024
1 parent bb312a5 commit f089fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Projects from "../components/Projects.astro";
<SectionContainer class="pt-14 lg:pt-44 pb-12 lg:pb-24">
<img
class="size-12 mb-4 object-cover rounded-full"
src="../../public/images/photo.jpeg"
src="https://avatars.githubusercontent.com/u/29829194?v=4"
alt=""
/>
<h1
Expand Down

0 comments on commit f089fea

Please sign in to comment.