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 edc32b1 commit 2a009b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -51,7 +51,7 @@ window.onload = (() => {

const messageParagraph = document.createElement('p');
messageParagraph.className = 'message';
contentContainer.appendChild(messageParagraph);
// contentContainer.appendChild(messageParagraph);

const yesButton = createButton('Yes', 'up');
yesButton.className = 'cute-button yes-button';
Expand Down

0 comments on commit 2a009b0

Please sign in to comment.