Skip to content

Commit 136c77b

Browse files
Update HtmlBuilder.php
1 parent 8ccb25f commit 136c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Supports/HtmlBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function image($url, $alt = null, $attributes = [], $secure = null): Html
114114

115115
public function favicon($url, $attributes = [], $secure = null): HtmlString
116116
{
117-
$defaults = ['rel' => 'shortcut icon', 'type' => 'image/x-icon'];
117+
$defaults = ['rel' => 'icon', 'type' => 'image/x-icon'];
118118

119119
$attributes = array_merge($defaults, $attributes);
120120

0 commit comments

Comments
 (0)