From af95c11fbd1811ea5f4b60d8fe3f5a6c16be217f Mon Sep 17 00:00:00 2001 From: Nicholas Ramos <111522637+NicholasRamos5@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:48:16 -0700 Subject: [PATCH] switch the images --- _notebooks/2023-06-13-Mario.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_notebooks/2023-06-13-Mario.ipynb b/_notebooks/2023-06-13-Mario.ipynb index 5c7f818..e9a4833 100644 --- a/_notebooks/2023-06-13-Mario.ipynb +++ b/_notebooks/2023-06-13-Mario.ipynb @@ -891,11 +891,12 @@ "\n", " const imageTube = new Image();\n", " imageTube.onload = function() {\n", - " image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n", + " \n", + " imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png';\n", " };\n", "\n", - " imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png'; \n", - " \n", + " \n", + " image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n", "\n" ] },