@hellobetterdigitalnz/selwynui 0.0.1-69 → 0.0.1-70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-69",
3
+ "version": "0.0.1-70",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -112,7 +112,7 @@ const ImageContent = (props: ImageContentProps) => {
112
112
  </h3>
113
113
  </div>
114
114
  <div className={styles.desc}>
115
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
115
+ <p>{content}</p>
116
116
  </div>
117
117
  {action && <div className={styles.action}>
118
118
  {action}