updated image
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
christian 2025-05-06 01:01:22 +02:00
parent f22f4d46f8
commit 88916f86c5

View File

@ -2,7 +2,7 @@
import { AtSign, Github, Globe, Linkedin } from '@lucide/svelte';
import Card from './Card.svelte';
import Gitea from '$lib/Gitea.svelte';
import linkedInImg from '$lib/linkedin.jpg';
import resumeImg from '$lib/resume.webp';
</script>
<Card>
@ -34,7 +34,7 @@
</div>
<div class="flex min-w-28 items-center md:min-w-44">
<img
src={linkedInImg}
src={resumeImg}
alt="a happy guy"
class="h-28 w-28 rounded-full shadow-sm md:h-44 md:w-44"
/>