Skip to content

Commit 60d6ffc

Browse files
committed
fix: Community map broken image/path
1 parent 676f182 commit 60d6ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ const Index = () => {
364364
<div className="relative">
365365
<a href="https://combuilderses.github.io/communities-directory/" target="_blank" rel="noopener noreferrer">
366366
<img
367-
src="./images/communities-directory.jpg"
367+
src="./images/communities-directory.webp"
368368
alt="Tech communities map"
369369
className="rounded-2xl shadow-2xl w-full h-auto"
370370
/>

0 commit comments

Comments
 (0)