Skip to content

Commit

Permalink
debugging mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
HRussellZFAC023 committed Jun 18, 2024
1 parent dda65fe commit edc32b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ window.onload = (() => {
const bannerImage = new Image();
bannerImage.src = banner;
bannerImage.className = 'banner';
app.appendChild(bannerImage);
// app.appendChild(bannerImage);

const canvasContainer = createCanvas()
app.appendChild(canvasContainer);
Expand Down

0 comments on commit edc32b1

Please sign in to comment.