We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1dbda commit 317b628Copy full SHA for 317b628
src/View/Icon/FontAwesome4Icon.php
@@ -41,7 +41,7 @@ public function render(string $icon, array $options = [], array $attributes = []
41
// Shimming
42
if (isset($options['title'])) {
43
$attributes['title'] = $options['title'];
44
- unset($options['title']);
+ unset($options['title']);
45
}
46
47
$namespace = 'fa';
0 commit comments