| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | isset($args['enddate']) ? $this->enddate = $args['enddate'] : $this->enddate = ''; |
| 37 | 37 | isset($args['color']) ? $this->color = $args['color'] : $this->color = '#28c77b'; |
| 38 | 38 | isset($args['heading']) ? $this->heading = $args['heading'] : $this->heading = 'Example Heading'; |
| 39 | 39 | isset($args['summary']) ? $this->summary = $args['summary'] : $this->summary = 'This is a summary.'; |
| 40 | - isset($args['imageSrc']) ? $this->imageSrc = $args['imageSrc'] : $this->imageSrc = GIVE_PLUGIN_URL . 'assets/dist/images/onboarding-preview-form-image.min.jpg'; | |
| 40 | + isset($args['imageSrc']) ? $this->imageSrc = $args['imageSrc'] : $this->imageSrc = GIVE_PLUGIN_URL . 'build/assets/dist/images/onboarding-preview-form-image.min.jpg'; | |
| 41 | 41 | isset($args['innerBlocks']) ? $this->innerBlocks = $args['innerBlocks'] : $this->innerBlocks = false; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /** |