Skip to content

Commit

Permalink
smaller fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Dec 23, 2024
1 parent d5bc375 commit 75de2e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<a
class="btn btn-primary"
data-qr-code-file-extension="svg"
data-qr-code-filename={@active_uri}
data-qr-code-filename="qrcode"
data-qr-code-url={@active_uri}
id="brainstorming-link-qr-code-download-as-svg-button"
phx-hook="QrCodeDownloadButton"
Expand All @@ -75,7 +75,7 @@
<a
class="btn btn-primary"
data-qr-code-file-extension="png"
data-qr-code-filename={@active_uri}
data-qr-code-filename="qrcode"
data-qr-code-url={@active_uri}
id="brainstorming-link-qr-code-download-as-png-button"
phx-hook="QrCodeDownloadButton"
Expand Down

0 comments on commit 75de2e9

Please sign in to comment.