Skip to content

Commit

Permalink
Update beta4.html
Browse files Browse the repository at this point in the history
guide fix wording
  • Loading branch information
zerodartz authored Aug 14, 2024
1 parent aad824e commit afe3200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beta4.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ <h1>BETA - Shielding Eyes ◼️◼️👀🛡️</h1>

const instructions = document.getElementById('instructions');
if (isMobile) {
instructions.innerHTML = 'GUIDE: After import, tap "Shield eyes". Drag the bar to move it.<br>Use the bottom-right handle to resize the shape.<br>Use two fingers to pinch-zoom for resize and rotate.';
instructions.innerHTML = 'GUIDE: After import, tap "Dark/light shield". Drag the bar to move it.<br>Use the bottom-right point to reshape/resize.<br>Use two fingers to pinch for resize and rotate.';
} else {
instructions.innerHTML = 'GUIDE: After import, click "Dark shield". Drag the bar to move it.<br>Use the top-right handle to rotate and the bottom-right handle to resize.';
instructions.innerHTML = 'GUIDE: After import, click "Dark/light shield". Drag the bar to move it.<br>Use the top-right red striped point to rotate and bottom-right point to resize.';
}

function handleImageUpload(e) {
Expand Down

0 comments on commit afe3200

Please sign in to comment.