diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 10:18:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-19 10:18:45 +0100 |
| commit | 0bbe796051973bd6af06f0d9c6d017f866a4f4ff (patch) | |
| tree | dc97b0293199dfa9222a00c1f765cf55e36d2eb5 /website/src/components | |
| parent | cbef290b5bcbbb15db20f3943f56bf4293e42e49 (diff) | |
| parent | 2b1a34c97590bf071a49d2189a360827629f9ac0 (diff) | |
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website/src/components')
| -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> |
