Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
grellyd committed Aug 29, 2023
1 parent fa52796 commit f3362ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/qrcode.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
<img src="{{ .image }}" class="qrcode">
<a/>
<br>
<a href="{{ .image }}" download="{{ .fileName }}">
<button type="button" class="linkButton">Download</button>
<a href="{{ .image }}" download="{{ .fileName }}" class="linkButton">
<button type="button" >Download</button>
<a/>
<br>
<button onclick="location.href='/qrgen'" type="button" class="linkButton">Back</button>
Expand Down

0 comments on commit f3362ad

Please sign in to comment.