File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const ExercisePage = ({ exercise }: ExerciseData): JSX.Element => {
4949 description : description ,
5050 images : [
5151 {
52- url : `${ URL } default.svg ` ,
52+ url : `${ URL } default.jpg ` ,
5353 width : 1200 ,
5454 height : 630 ,
5555 alt : "JavaScript Prep" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const UnitPage = ({ exercises }: ExercisesProps): JSX.Element => {
4646 description : description ,
4747 images : [
4848 {
49- url : `${ URL } default.svg ` ,
49+ url : `${ URL } default.jpg ` ,
5050 width : 1200 ,
5151 height : 630 ,
5252 alt : "JavaScript Prep" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const HomePage = ({ units }: UnitsProps): JSX.Element => {
2828 description : "Run JavaScript, Practice Problems on JSPrep.org" ,
2929 images : [
3030 {
31- url : `${ URL } default.svg ` ,
31+ url : `${ URL } default.jpg ` ,
3232 width : 1200 ,
3333 height : 630 ,
3434 alt : "JavaScript Prep" ,
You can’t perform that action at this time.
0 commit comments