Skip to content

Commit

Permalink
Fixed download button bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNeelPatel committed Mar 17, 2024
1 parent 64e9102 commit d47e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1 style="margin-right:auto">Wallpaper Theme Converter</h1>
<canvas id="image-canvas"></canvas>

<div style="display:flex; justify-content: center;">
<button class="important-button" id ="download-button" type="button" onclick="download()">↓ Download ↓</button>
<button class="important-button" id ="download-button" type="button" onclick="downloadImage()">↓ Download ↓</button>
<button class="important-button" id ="reset-button" type="button" onclick="reset()">Reset Image</button>
</div>

Expand Down

0 comments on commit d47e80e

Please sign in to comment.