easter-egg-quest 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1074,7 +1074,7 @@ class HiddenEntry {
|
|
|
1074
1074
|
const target = this._findReplacementTextTarget(host);
|
|
1075
1075
|
if (!target) return null;
|
|
1076
1076
|
const span = document.createElement("span");
|
|
1077
|
-
span.textContent = "start hunt";
|
|
1077
|
+
span.textContent = " start hunt ";
|
|
1078
1078
|
span.setAttribute("data-eeq", "trigger");
|
|
1079
1079
|
span.classList.add("eeq-inline-trigger");
|
|
1080
1080
|
this._applyTriggerTypography(span, target.parent);
|