Skip to content

Commit 8115a7f

Browse files
committed
Fix google icon.
1 parent 5ca2e54 commit 8115a7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Network/Google.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Google extends AbstractNetwork
88
protected $name = 'Google+';
99

1010
/** @var string $icon */
11-
protected $icon = 'fab google-plus-g';
11+
protected $icon = 'fab fa-google-plus-g';
1212

1313
/** @var string $backgroundColor */
1414
protected $backgroundColor = 'rgb(234, 66, 53)';

0 commit comments

Comments
 (0)