gatsby-core-theme 40.0.21 → 40.0.22

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
+ ## [40.0.22](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v40.0.21...v40.0.22) (2024-10-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix transaltion key ([82da5f0](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/82da5f0c36989d71872d5c3af8e9b7277ce438dd))
7
+
1
8
  ## [40.0.21](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v40.0.20...v40.0.21) (2024-10-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "40.0.21",
3
+ "version": "40.0.22",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -22,7 +22,7 @@ const ProsCons = ({ module = {}, pros = 'Pros', cons = 'Cons', icons }) => (
22
22
  </div>
23
23
  <div className={styles.cons || ''}>
24
24
  {icons && <span className={styles.icon || ''}>{icons[1]}</span>}
25
- <span className={styles.title || ''}>{useTranslate('pros', cons)}</span>
25
+ <span className={styles.title || ''}>{useTranslate('cons', cons)}</span>
26
26
  <ul>
27
27
  {module.cons?.map((con) => (
28
28
  <li key={keygen()}>