Skip to content

Commit 10f3261

Browse files
committed
Fix missing img
1 parent 53ffe84 commit 10f3261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/organizers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export type Organizer = {
77
export const ORGANIZERS: Organizer[] = [
88
{
99
name: "Anežka Müller",
10-
image: "speakers/anezka.jpg",
10+
image: "organizers/anezka.jpg",
1111
index: 1
1212
},
1313
{

0 commit comments

Comments
 (0)