Skip to content

Commit 76e376d

Browse files
committed
fix bad img link
1 parent 8c18df3 commit 76e376d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ import NewsletterSignup from "../components/NewsletterSignup.astro";
124124
title="Smart Home Weather Station"
125125
category="Electronics"
126126
maker="Sarah Chen"
127-
image="https://images.unsplash.com/photo-1592833159155-c62d1f560d8d?w=800&h=600&fit=crop"
127+
image="https://images.unsplash.com/photo-1553406830-ef2513450d76?w=800&h=600&fit=crop"
128128
description="An Arduino-based weather station with LCD display and mobile app integration for real-time monitoring."
129129
link="/projects/weather-station"
130130
/>

0 commit comments

Comments
 (0)