@@ -167,7 +167,7 @@ |
||
167 | 167 | 'convertkit' => 'convertkit', |
168 | 168 | ); |
169 | 169 | |
170 | - $icon = array_key_exists( $slug, $icons_map ) ? 'frm_' . $icons_map[ $slug ] . '_icon' : 'frm_logo_icon'; |
|
170 | + $icon = array_key_exists( $slug, $icons_map ) ? 'frm_' . $icons_map[$slug] . '_icon' : 'frm_logo_icon'; |
|
171 | 171 | if ( 'ai' === $slug ) { |
172 | 172 | $icon = str_replace( '_', '-', $icon ); |
173 | 173 | } |