From 1beaa5b9b79be22cb506b46459a8264b3720a20d Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Sun, 9 Apr 2023 18:17:51 -0500 Subject: [PATCH] changed the wrong code --- src/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index d1c8e42..5cb4b9d 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -10,7 +10,7 @@ let intervalID; let iteratorID = 0; let currQuote; -fetch("assets/FavouriteQuotes.json") +fetch("https://cdn.fyrfli.link/FavouriteQuotes.json") .then((response) => { return response.json(); })