Skip to content

Commit 73b744f

Browse files
committed
fix: alt
1 parent a0a1f83 commit 73b744f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packlets/new-front/sponsors.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import jetbrains from '$assets/jetbrains.svg'
8080
<h1 class="text-center font-bold text-3xl pb-6">Communities</h1>
8181
<div class="sponsor-container">
8282
<Image src={creatorsgarten} alt="Creatorsgarten" class="h-9 w-auto" />
83-
<Image src={jetbrains} alt="Creatorsgarten" class="h-8 w-auto" />
83+
<Image src={jetbrains} alt="Jetbrains" class="h-8 w-auto" />
8484
</div>
8585
</div>
8686
</div>

0 commit comments

Comments
 (0)