Skip to content

Commit abcee6a

Browse files
committed
Fix broken image in Aboutus component
1 parent bd14ee4 commit abcee6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/AboutUs.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
import heroImage from '../assets/hacktoberfest.jpg'
23
34
---
45

@@ -23,7 +24,7 @@
2324
</div>
2425
<div class="bg-gray-200 h-64 rounded-lg">
2526
<img
26-
src="src/assets/hacktoberfest.jpg"
27+
src={heroImage.src}
2728
alt="Grupo de personas"
2829
class="w-full h-full object-cover transform hover:scale-105 transition-transform duration-300"
2930
/>

0 commit comments

Comments
 (0)