← All changes
|
includes/block-formatters/class-convertkit-block-formatter-product-link.php
+2
-2
2.2.2
→
3.4.4
View file →
| @@ -70,11 +70,11 @@ | ||
| 70 | 70 | */ |
| 71 | 71 | public function get_overview() { |
| 72 | 72 | |
| 73 | 73 | return array( |
| 74 | - 'title' => __( 'ConvertKit Product Trigger', 'convertkit' ), | |
| 74 | + 'title' => __( 'Kit Product Trigger', 'convertkit' ), | |
| 75 | 75 | 'description' => __( 'Displays the Product modal when the link is pressed.', 'convertkit' ), |
| 76 | - 'icon' => 'resources/backend/images/block-icon-product.png', | |
| 76 | + 'icon' => 'resources/backend/images/block-icon-product.svg', | |
| 77 | 77 | |
| 78 | 78 | // Gutenberg: Block Icon in Editor. |
| 79 | 79 | 'gutenberg_icon' => convertkit_get_file_contents( CONVERTKIT_PLUGIN_PATH . '/resources/backend/images/block-icon-product.svg' ), |
| 80 | 80 | ); |