| @@ -108,8 +108,8 @@ | ||
| 108 | 108 | protected function get_remote_library_config() { |
| 109 | 109 | $config = parent::get_remote_library_config(); |
| 110 | 110 | |
| 111 | 111 | $config['category'] = 'Docs Archive'; |
| 112 | - $config['urls']['thumbnail'] = plugins_url( '/assets/admin/images/customizer/customizer-preview.png', __FILE__ ); | |
| 112 | + $config['urls']['thumbnail'] = plugins_url( '/assets/static/admin/images/customizer/customizer-preview.png', __FILE__ ); | |
| 113 | 113 | return $config; |
| 114 | 114 | } |
| 115 | 115 | } |