gatsby-core-theme 21.0.3 → 21.0.4
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [21.0.4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v21.0.3...v21.0.4) (2023-04-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Code Refactoring
|
|
5
|
+
|
|
6
|
+
* update operator banner cta type for w3c validator ([ba42c69](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ba42c69c6c0d0063e0d22d7410b655326a67b9a3))
|
|
7
|
+
|
|
1
8
|
## [21.0.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v21.0.2...v21.0.3) (2023-04-26)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -63,7 +63,6 @@ const Faq = ({ module, closeAll = false, openItem, closeOthers = false, icon = '
|
|
|
63
63
|
<div
|
|
64
64
|
onClick={() => toggle(index)}
|
|
65
65
|
className={`${styles.title} faq-gtm`}
|
|
66
|
-
type="button"
|
|
67
66
|
ref={(el) => (btnRefs.current[index] = el)}
|
|
68
67
|
>
|
|
69
68
|
{icon && <span className={styles.circle}>{icon} </span>}
|