mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
refactor: change profile image file ref and name
This commit is contained in:
parent
e2b5f1078b
commit
728d7b1082
2 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 375 KiB After Width: | Height: | Size: 375 KiB |
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue