gatsby-matrix-theme 7.1.37 → 7.1.38

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
+ ## [7.1.38](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.37...v7.1.38) (2022-07-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * module introduction for toplist modules ([21ce3ed](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/21ce3ed8f4eafecf7c7976c1e7f2ff31e85fd92a))
7
+
1
8
  ## [7.1.37](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v7.1.36...v7.1.37) (2022-07-18)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "7.1.37",
3
+ "version": "7.1.38",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -128,10 +128,10 @@ const Tabs = ({
128
128
  <></>
129
129
  )}
130
130
  </div>
131
- {ModuleIntro && <ModuleIntro content={module.module_introduction} />}
131
+
132
132
  {HeaderComp && <div className={styles.headerComp}>{HeaderComp}</div>}
133
133
  </div>
134
-
134
+ {ModuleIntro && <ModuleIntro content={module.module_introduction} />}
135
135
  <div className="tab-content">
136
136
  {children.map((child, index) => {
137
137
  if (