mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-05-18 05:05:39 +02:00
Fix duplicate ids
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user