Skip to content

Commit

Permalink
fix: fix images import
Browse files Browse the repository at this point in the history
  • Loading branch information
Junk-debug committed Aug 5, 2024
1 parent 73749f3 commit 25da9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function getLinkFromFlickr() {
function getLinkFromGithub() {
const timeOfDay = getTimeOfDay();
const bgNum = randomNum.toString().padStart(2, "0");
return `https://raw.githubusercontent.com/Junk-debug/stage1-tasks/assets/images/${timeOfDay}/${bgNum}.webp`;
return `https://raw.githubusercontent.com/rolling-scopes-school/stage1-tasks/assets/images/${timeOfDay}/${bgNum}.jpg`;
}

async function getImageLink() {
Expand Down

0 comments on commit 25da9b4

Please sign in to comment.