We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c9906 commit 7a5f552Copy full SHA for 7a5f552
resources/views/layouts/app.blade.php
@@ -9,7 +9,7 @@
9
10
<title>{{ env('APP_NAME', 'Permissions Manager') }}</title>
11
<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" />
+ <link href="https://unpkg.com/@coreui/coreui@2.1.16/dist/css/coreui.min.css" rel="stylesheet" />
13
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" />
14
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" rel="stylesheet" />
15
<link href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet" />
@@ -30,4 +30,4 @@
30
@yield('scripts')
31
</body>
32
33
-</html>
+</html>
0 commit comments