Skip to content

Commit

Permalink
Merge pull request #11 from hnstbldr/patch-1
Browse files Browse the repository at this point in the history
Update CalendlyPopupWidget.vue
  • Loading branch information
madebyfabian authored Aug 16, 2024
2 parents 80efc04 + 9e0381c commit 7835994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/components/CalendlyPopupWidget.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<!-- prettier-ignore -->
<div
className="calendly-badge-widget"
class="calendly-badge-widget"
@click="onClick"
>
<div
className="calendly-badge-content"
class="calendly-badge-content"
:style="style"
>
{{ props.text || "Schedule time with me" }}
Expand Down

0 comments on commit 7835994

Please sign in to comment.