diff --git a/application/controllers/DashboardController.php b/application/controllers/DashboardController.php index faa7cd88f..170371362 100644 --- a/application/controllers/DashboardController.php +++ b/application/controllers/DashboardController.php @@ -124,8 +124,7 @@ class DashboardController extends ActionController $this->view->tabs->add( 'Add', array( - 'title' => 'Add Url', - 'iconCls' => 'plus', + 'title' => '+', 'url' => Url::fromPath('dashboard/addurl') ) );