Skip to content

Commit

Permalink
Fix duplicate ids
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Dec 26, 2024
1 parent 13a7ad3 commit a669d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/claper_web/live/event_live/event_form_component.html.heex
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div
id="wrapper"
phx-hook="TourGuide"
data-btn-trigger="#product-tour-btn"
data-btn-trigger="#product-tour-btn-form"
data-next-label={gettext("Next")}
data-prev-label={gettext("Back")}
data-finish-label={gettext("Finish")}
data-group="create-event"
>
<div id="product-tour-btn" class="hidden absolute bottom-5 right-5 z-30">
<div id="product-tour-btn-form" class="hidden absolute bottom-5 right-5 z-30">
<button class="close absolute -top-1.5 -right-1.5 bg-red-500 text-white rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit a669d64

Please sign in to comment.