@bigbinary/neeto-site-blocks 0.22.0 → 0.23.0

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/README.md CHANGED
@@ -22,7 +22,7 @@ yarn add @bigbinary/neeto-site-blocks
22
22
  Here is an example of how to use the `FeatureWithRightImage` block.
23
23
 
24
24
  ```js
25
- import { FeatureWithRightImage } from "@bigbinary/neeto-site-blocks";
25
+ import { FeatureWithImage } from "@bigbinary/neeto-site-blocks";
26
26
 
27
27
  configurations: {
28
28
  properties: {
@@ -101,9 +101,9 @@ configurations: {
101
101
  },
102
102
  },
103
103
 
104
- const FeatureWithRightImageBlock = () => {
104
+ const FeatureWithImageBlock = () => {
105
105
  return (
106
- <FeatureWithRightImage
106
+ <FeatureWithImage
107
107
  id="feature-with-right-image"
108
108
  configuration={configuration}
109
109
  className="my-10"