Skip to content

Commit cdee304

Browse files
committed
FIX: added .png to image file in index as it was still jpg
1 parent 666aee7 commit cdee304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
url: "https://raw.githubusercontent.com/pythonhealthdatascience/stars-stlite-example/main/img/nihr.png"
6060
},
6161
"img/process_flow_img.png": {
62-
url: "https://raw.githubusercontent.com/pythonhealthdatascience/stars-stlite-example/main/img/process_flow_img.jpg"
62+
url: "https://raw.githubusercontent.com/pythonhealthdatascience/stars-stlite-example/main/img/process_flow_img.png"
6363
}
6464

6565
},

0 commit comments

Comments
 (0)