feat: add David profile photo to About page
CI/CD Pipeline / Build & Deploy (push) Failing after 48s

This commit is contained in:
wh-leader
2026-05-11 12:25:30 +02:00
parent d11c9a6a1e
commit ada08a31be
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

+1 -1
View File
@@ -16,7 +16,7 @@ import Footer from '../components/layout/Footer.astro';
<div class="flex flex-col md:flex-row gap-8 mb-8 not-prose"> <div class="flex flex-col md:flex-row gap-8 mb-8 not-prose">
<div class="flex-shrink-0"> <div class="flex-shrink-0">
<img <img
src="/images/avatar.jpg" src="/david-aragon.jpg"
alt="David Aragón" alt="David Aragón"
class="w-48 h-48 rounded-full object-cover border-4 border-primary/20" class="w-48 h-48 rounded-full object-cover border-4 border-primary/20"
/> />