Skip to content

Commit 3d74674

Browse files
committed
Corrected avatar image filename case from '1.JPG' to '1.jpg' for consistency in the Intro component
1 parent e28c3e7 commit 3d74674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/landing/Intro.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
// BASE_URL is always '/aleclevy.com/' from astro.config.mjs
3-
const avatarImage = `avatars/1.JPG`;
3+
const avatarImage = `avatars/1.jpg`;
44
---
55

66
<div id="about" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">

0 commit comments

Comments
 (0)