refactor: change profile image file ref and name

This commit is contained in:
Bart van der Braak 2023-08-07 20:31:25 +02:00
parent e2b5f1078b
commit 728d7b1082
2 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 375 KiB

View file

@ -1,6 +1,6 @@
<script lang="ts">
import { calculateAge } from '$lib/calculate-age';
import picture from '$lib/assets/bartvdbraak_profile_noire.jpg';
import bartvdbraakImage from '$lib/assets/bartvdbraak.jpg';
</script>
<svelte:head>
@ -42,7 +42,7 @@
</div>
<div class="md:col-span-1 flex justify-end">
<img
src={picture}
src={bartvdbraakImage}
alt="Bart van der Braak with a noire effect"
class="max-w-1/3 mb-4 object-cover"
/>