diff options
Diffstat (limited to 'website/src/components/Me.astro')
| -rw-r--r-- | website/src/components/Me.astro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/src/components/Me.astro b/website/src/components/Me.astro index 1a2140b..a77efc0 100644 --- a/website/src/components/Me.astro +++ b/website/src/components/Me.astro @@ -2,7 +2,9 @@ --- <section class="h-card"> - <img class="u-photo" src="/images/headshot.jpg" height="256" width="256" /> + <div> + <img class="u-photo" src="/images/headshot.webp" height="96" width="96" /> + </div> <header> <h1> |
