Skip to content

Commit af5228c

Browse files
committed
Update style
1 parent a233fd4 commit af5228c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/resources/views/layouts/backend.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>{{ config('app.name', 'Laravel') }}</title>
1212

1313
<!-- Styles -->
14-
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
14+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1616
</head>
1717
<body>

0 commit comments

Comments
 (0)