Display: Set icon for wiki tool

pull/4588/head^2
Yannick Warnier 2 years ago committed by GitHub
parent 5cdd8c19ab
commit 3e0b96d0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/CoreBundle/Tool/Wiki.php

@ -17,7 +17,7 @@ class Wiki extends AbstractTool implements ToolInterface
public function getIcon(): string
{
return 'mdi-xml';
return 'mdi-view-dashboard-edit';
}
public function getLink(): string

Loading…
Cancel
Save