File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -863,7 +863,7 @@ const GleapTours = function () {
863
863
wrapper . classList . add ( "gleap-tour-popover" ) ;
864
864
const arrow = document . createElement ( "div" ) ;
865
865
arrow . classList . add ( "gleap-tour-popover-arrow" ) ;
866
- const title = document . createElement ( "header " ) ;
866
+ const title = document . createElement ( "div " ) ;
867
867
title . id = "gleap-tour-popover-title" ;
868
868
title . classList . add ( "gleap-tour-popover-title" ) ;
869
869
title . style . display = "none" ;
@@ -878,7 +878,7 @@ const GleapTours = function () {
878
878
closeButton . classList . add ( "gleap-tour-popover-close-btn" ) ;
879
879
closeButton . setAttribute ( "aria-label" , "Close" ) ;
880
880
closeButton . innerHTML = "×" ;
881
- const footer = document . createElement ( "footer " ) ;
881
+ const footer = document . createElement ( "div " ) ;
882
882
footer . classList . add ( "gleap-tour-popover-footer" ) ;
883
883
const progress = document . createElement ( "span" ) ;
884
884
progress . classList . add ( "gleap-tour-popover-progress-text" ) ;
You can’t perform that action at this time.
0 commit comments