Skip to content

Commit

Permalink
fix zaraz function to be onclick not @click
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlackbird14 committed Apr 28, 2024
1 parent 94208e5 commit 53d1896
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
</p>
<br />

<!-- @vue-expect-error zaraz is a piece of cloudflare I use for Consent Management, the type doesn't exist here anywhere -->
<button type="button" class="btn btn-warning" @click="zaraz.showConsentModal()">
<button type="button" class="btn btn-warning" onclick="zaraz.showConsentModal()">
Cookies bearbeiten
</button>
</div>
Expand Down

0 comments on commit 53d1896

Please sign in to comment.