Skip to content

Commit 4318268

Browse files
authored
Merge pull request laravel#4935 from eddybrando/feat/remove-unnecessary-link-type
[5.7] Remove unnecessary link type on "welcome" view
2 parents 049c7c9 + e40dfc6 commit 4318268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Laravel</title>
88

99
<!-- Fonts -->
10-
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css">
10+
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
1111

1212
<!-- Styles -->
1313
<style>

0 commit comments

Comments
 (0)