diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php
index 896af8b..997ed06 100644
--- a/src/ServiceProvider.php
+++ b/src/ServiceProvider.php
@@ -68,7 +68,7 @@ public function boot()
->section(__('Settings'))
->can('manage mailchimp settings')
->route('mailchimp.config.edit')
- ->icon('')
+ ->icon('')
);
Statamic::afterInstalled(function ($command) {