Skip to content

Commit 3e2b62c

Browse files
authored
Merge pull request #13 from crydotsnake/task/add-missing-icon-for-menu-plugin-target-modal
TASK: add missing icon for menu plugin target modal
2 parents 7bd5ea3 + 7b34339 commit 3e2b62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Menu/ContactUrlProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ContactUrlProvider extends AbstractUrlProvider
2323

2424
protected string $code = self::PROVIDER_CODE;
2525

26-
protected string $icon = 'phone';
26+
protected string $icon = 'tabler:phone';
2727

2828
protected int $priority = 900;
2929

0 commit comments

Comments
 (0)