Skip to content

Commit 2a15896

Browse files
authored
Tiny consistency fix
1 parent 652d6d0 commit 2a15896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@endif
1414
<link href='https://fonts.googleapis.com/css?family=Miriam+Libre:400,700|Source+Sans+Pro:200,400,700,600,400italic,700italic' rel='stylesheet' type='text/css'>
1515
<link rel="stylesheet" href="{{ elixir('assets/css/laravel.css') }}">
16-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" type="text/css" >
16+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css">
1717
<link rel="apple-touch-icon" href="/favicon.png">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.26/vue.min.js"></script>
1919
</head>

0 commit comments

Comments
 (0)