Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfoloo committed Jan 30, 2024
1 parent b4cf918 commit d752d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ if (gameToLoad) {
gamename.textContent = 'Dadish 3';
gameimage.src = '/images/leveldevil.avif';
} else if (gameToLoad === 'blumgi-dragon') {
gameframe.src = 'https://smartfoloo-blumgi-dragon.netlify.app';
gamename.textContent = 'Dadish 3';
gameframe.src = 'https://gefjwhkqgg.bitbucket.io';
gamename.textContent = 'Blumgi Dragon';
gameimage.src = '/images/blumgidragon.avif';
} else {
const imageName = gameToLoad.replace(/-/g, '');
Expand Down

0 comments on commit d752d29

Please sign in to comment.