Skip to content

Commit 7a5f552

Browse files
authored
Change CoreUI CDN version to v2.1.16 - fixes #35
1 parent 77c9906 commit 7a5f552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/layouts/app.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<title>{{ env('APP_NAME', 'Permissions Manager') }}</title>
1111
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet" />
12-
<link href="https://unpkg.com/@coreui/coreui/dist/css/coreui.min.css" rel="stylesheet" />
12+
<link href="https://unpkg.com/@coreui/coreui@2.1.16/dist/css/coreui.min.css" rel="stylesheet" />
1313
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" />
1414
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" rel="stylesheet" />
1515
<link href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet" />
@@ -30,4 +30,4 @@
3030
@yield('scripts')
3131
</body>
3232

33-
</html>
33+
</html>

0 commit comments

Comments
 (0)